import type { Tool } from '../../types/tools.js'; import { RemoteRunnerRegistry } from '../../runtime/remote/runner-registry.js'; export declare function createRemoteTool(registry: RemoteRunnerRegistry): Tool; //# sourceMappingURL=index.d.ts.map