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