export interface ItemData { arrayBuffer: () => Promise; text: () => Promise; stream: () => ReadableStream; }