import type { AgentTool } from "@mariozechner/pi-agent-core"; import { capturePhotoSchema } from "./shared.js"; export declare function createCapturePhotoTool(cwd: string): AgentTool;