import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; declare const WriteLowerThirdParams: z.ZodObject<{ output: z.ZodString; width: z.ZodNumber; height: z.ZodNumber; items: z.ZodArray; startSec: z.ZodNumber; durationSec: z.ZodNumber; fontName: z.ZodOptional; primaryColor: z.ZodOptional; accentColor: z.ZodOptional; position: z.ZodOptional>; animation: z.ZodOptional>; marginPx: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export declare function createWriteLowerThirdTool(cwd: string): AgentTool; export {}; //# sourceMappingURL=write-lower-third.d.ts.map