/** * Checks if the password is strong enough. * @param password the password to check */ export declare function checkPassword(password: string): boolean;