interface SearchParams { accountId: string; mailbox?: string; sender?: string; subject?: string; body?: string; since?: string; before?: string; to?: string; folder?: "inbox" | "sent"; before_uid?: number; limit?: number; } export declare function emailSearch(params: SearchParams): Promise; export {}; //# sourceMappingURL=email-search.d.ts.map