import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; declare const MeasureLoudnessParams: z.ZodObject<{ input: z.ZodString; }, z.core.$strip>; export declare function createMeasureLoudnessTool(cwd: string): AgentTool; export {}; //# sourceMappingURL=measure-loudness.d.ts.map