import { z } from 'zod'; export declare class Roles { itemSchema: z.ZodObject<{ Path: z.ZodString; RoleName: z.ZodString; }, "passthrough", z.ZodTypeAny, { Path: string; RoleName: string; }, { Path: string; RoleName: string; }>; collectionSchema: z.ZodArray, "many">; listRoles(): Promise>; list(): Promise>; clear(): Promise; write(): Promise; } declare const _default: Roles; export default _default; //# sourceMappingURL=roles.d.ts.map