import * as z from "zod"; export type Folder = { name: string; path: string; external_id: string; created_at?: string | undefined; }; export declare const Folder$zodSchema: z.ZodType; //# sourceMappingURL=folder.d.ts.map