export { SmsOtpService } from "./sms-otp.service"; export type { SendOtpParams, SendOtpResponse, VerifyOtpParams, VerifyOtpResponse, ResendOtpParams, ResendOtpResponse, } from "./types"; //# sourceMappingURL=index.d.ts.map