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