export declare namespace ApiAuth { class SendDto { target: string; recaptchaToken?: string; } class VerifyDto { target: string; otp: string; } }