export interface ReadResult { attachmentId: string; filename: string; mimeType: string; sizeBytes: number; storedAt: string; content?: string; contentNote?: string; httpUrl?: string; } export declare function memoryReadAttachment(accountId: string, attachmentId: string): Promise; //# sourceMappingURL=memory-read-attachment.d.ts.map