export declare function sendOTPViaEmail(to: string): Promise<{
    success: boolean;
    message: string;
}>;
