import type { ReclaimClient } from '@reclaimprotocol/client/api'; import { type RegisteredTool } from '../../server.ts'; import type { AttachState } from './attach.ts'; export declare function createVersionFromCaptureTool(client: ReclaimClient, attachRef?: { current?: AttachState; }): RegisteredTool;