/// <reference types="node" />
export const fetch: typeof f;
export { TextEncoder } from "util";
import f from "@web-std/fetch";
import _fs from "fs";
import _path from "path";
import { FsBlockStore } from "ipfs-car/blockstore/fs";
export { _fs as fs, _path as path, FsBlockStore as Blockstore };
export { Blob, File } from "@web-std/file";
//# sourceMappingURL=platform.d.ts.map