export declare function scorePassword(password: string): { entropy: number; rating: string; };