import type { DHTAPI } from './index.js'; import type { HTTPRPCClient } from '../lib/core.js'; export declare function createQuery(client: HTTPRPCClient): DHTAPI['query']; //# sourceMappingURL=query.d.ts.map