import type { DAGAPI } from './index.js'; import type { Codecs } from '../index.js'; import type { HTTPRPCClient } from '../lib/core.js'; export declare function createGet(client: HTTPRPCClient, codecs: Codecs): DAGAPI['get']; //# sourceMappingURL=get.d.ts.map