interface OtpParams { accountId: string; mailbox?: string; sender: string; subjectPattern?: string; timeout?: number; } export declare function emailOtpExtract(params: OtpParams): Promise<{ success: boolean; code?: string; message: string; from?: string; subject?: string; }>; export {}; //# sourceMappingURL=email-otp-extract.d.ts.map