export interface Combo { value: string; text: string; } export declare class SendOtpRequestModel { process: string; id: number; phoneNumber: string; otpDeliveryMethod: Combo; responseFormat: string; } //# sourceMappingURL=SendOtpRequestModel.d.ts.map