/** * @typedef {import('../types').HTTPClientExtraOptions} HTTPClientExtraOptions * @typedef {import('ipfs-core-types/src/dag').API} DAGAPI */ export const createImport: import("../lib/configure.js").Factory<(sources: Iterable | AsyncIterable | AsyncIterable> | Iterable>, options?: (import("ipfs-core-types/src/dag").ImportOptions & import("../types").HTTPClientExtraOptions) | undefined) => AsyncIterable>; export type HTTPClientExtraOptions = import('../types').HTTPClientExtraOptions; export type DAGAPI = import('ipfs-core-types/src/dag').API; //# sourceMappingURL=import.d.ts.map