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