import * as z from "zod"; export type FolderRole = { id: string; name: string; description: string; inherited: boolean; }; export declare const FolderRole$zodSchema: z.ZodType; //# sourceMappingURL=folderrole.d.ts.map