export declare const sendOtpViaSms: (toPhoneNumber: string, otp: string) => Promise<boolean>;
