export interface ItemData { arrayBuffer: () => Promise; text: () => Promise; stream: () => ReadableStream; } //# sourceMappingURL=ItemData.d.ts.map