export declare function validatePassword(p: any): { error: string; valid: boolean; hint: any; };