export declare class OtpAuthModel { userId: string; password: string; otp: string; istrustedDevice: string; } //# sourceMappingURL=OtpAuthModel.d.ts.map