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