export declare class SendOtpResult {
    expiresAt: Date;
    isSent: boolean;
    otpValue?: string;
}
