export declare function checkPassword(password: string): string | null;
export declare function checkMail(password: string): string | null;
