declare function aprMd5(password: string, salt?: string): string;

export default aprMd5;

