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