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