/** * @typedef {import('../types').HTTPClientExtraOptions} HTTPClientExtraOptions * @typedef {import('ipfs-core-types/src/dht').API} DHTAPI */ export const createQuery: import("../lib/configure.js").Factory<(peerId: import("multiformats").CID | import("@libp2p/interface-peer-id").PeerId, options?: (import("ipfs-core-types").AbortOptions & import("../types").HTTPClientExtraOptions) | undefined) => AsyncIterable>; export type HTTPClientExtraOptions = import('../types').HTTPClientExtraOptions; export type DHTAPI = import('ipfs-core-types/src/dht').API; //# sourceMappingURL=query.d.ts.map