import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; import type { VideoHost } from "../core/hosts/types.js"; declare const SmartReframeParams: z.ZodObject<{ clipId: z.ZodString; aspect: z.ZodEnum<{ "9:16": "9:16"; "1:1": "1:1"; "4:5": "4:5"; "16:9": "16:9"; "4:3": "4:3"; }>; frameInterest: z.ZodOptional>; referenceFrame: z.ZodOptional; }, z.core.$strip>; export declare function createSmartReframeTool(host: VideoHost): AgentTool; export {}; //# sourceMappingURL=smart-reframe.d.ts.map