import { RequirementType } from '../components/PasswordValidator/PasswordValidator';
export declare const validatePassword: (password: string, options: RequirementType[]) => Record<RequirementType, boolean>;
