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