/** * @typedef {import('../types').HTTPClientExtraOptions} HTTPClientExtraOptions * @typedef {import('ipfs-core-types/src/refs').API} RefsAPI */ export const createLocal: import("../lib/configure.js").Factory<(options?: (import("ipfs-core-types").AbortOptions & import("../types").HTTPClientExtraOptions) | undefined) => AsyncIterable>; export type HTTPClientExtraOptions = import('../types').HTTPClientExtraOptions; export type RefsAPI = import('ipfs-core-types/src/refs').API; //# sourceMappingURL=local.d.ts.map