export declare class PasswordConfig {
    minLength: number;
}
