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