import { z } from "zod"; export declare const getCommonTestNameSuitesFilePathSchema: (testNameDescription?: string) => z.ZodObject<{ testName: z.ZodString; suites: z.ZodArray; filePath: z.ZodString; }, z.core.$strip>; //# sourceMappingURL=utils.d.ts.map