import type { ConfigStore } from '../../../config/store.ts'; import { type RegisteredTool } from '../../server.ts'; import type { AttachState } from './attach.ts'; import type { CaptureStore } from './capture.ts'; export declare function podProofTools(attachRef: { current?: AttachState; config: ConfigStore; }, captures: CaptureStore): RegisteredTool[];