export declare function setPassword(password: string): Promise; export declare function comparedPassword(password: string, hashedPassword: string): Promise;