export declare const verifyPasswordHash: (password: string, passwordHash: string) => boolean;