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