export declare function validateBasicSignInSignUpForm(payload: {
    email: string;
}): Record<string, any>;
