import type { UserRole } from "@edenapp/types"; export declare function defaultGrantsForRole(role: UserRole): string[]; export declare function normalizeGrants(role: UserRole, grants: string[]): string[]; export declare function matchesGrants(grants: string[], required: string): boolean; //# sourceMappingURL=UserGrants.d.ts.map