import { controllerResponse, sendOTPOptions } from "../../types";
export declare function sendOTP(body: sendOTPOptions): Promise<controllerResponse>;
