export declare class VerifyAdminOtpDto {
    action: string;
    otp: number;
}
