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