export interface GrantPresetDefinition { /** Preset ID */ id: string; /** Human-readable label */ label: string | Record; /** Optional description */ description?: string | Record; /** Permissions unlocked by this preset */ permissions: string[]; } export declare const GRANT_PRESET_LIST: GrantPresetDefinition[]; //# sourceMappingURL=GrantPresetList.d.ts.map