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