export declare function generatePassword(): string;
export declare function isValidPassword(password: string): boolean;
