/** * A regex object to validate strong passwords */ export declare const STRONG_PASSWORD_REGEX: RegExp;