import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; declare const ExtractAudioParams: z.ZodObject<{ input: z.ZodString; output: z.ZodString; sampleRate: z.ZodOptional; }, z.core.$strip>; export declare function createExtractAudioTool(cwd: string): AgentTool; export {}; //# sourceMappingURL=extract-audio.d.ts.map