import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; declare const DetectSpeakerChangesParams: z.ZodObject<{ path: z.ZodString; minGapSec: z.ZodOptional; }, z.core.$strip>; export declare function createDetectSpeakerChangesTool(cwd: string): AgentTool; export {}; //# sourceMappingURL=detect-speaker-changes.d.ts.map