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