export declare function comparePasswordToHash(password: string, passwordHash: string): boolean;