export declare class PasswordStrength { calculate(password: string): number; }