export default convert;
declare function convert(passwordHash: any): string;
