export declare const isValidPasswordRegex: RegExp; /** * @deprecated Use testPasswordStrength instead * @param password Password to test * @returns Whether is strong enough according to Internxt's policy */ export default function isValidPassword(password: string): boolean;