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