import * as z from "zod"; export type FolderNamePath = { name: string; path: string; }; export declare const FolderNamePath$zodSchema: z.ZodType; //# sourceMappingURL=foldernamepath.d.ts.map