import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; import type { VideoHost } from "../core/hosts/types.js"; declare const ComposeLayeredParams: z.ZodObject<{ title: z.ZodString; frameRate: z.ZodNumber; width: z.ZodOptional; height: z.ZodOptional; layers: z.ZodArray; recordOffsetFrame: z.ZodNumber; clipName: z.ZodOptional; opacity: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>]>>; volumeDb: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>]>>; }, z.core.$strip>>; fcpxmlOutput: z.ZodOptional; dryRun: z.ZodOptional; }, z.core.$strip>; export declare function createComposeLayeredTool(host: VideoHost, cwd: string): AgentTool; export {}; //# sourceMappingURL=compose-layered.d.ts.map