import type { Context } from 'hono'; import type { Store } from '../../../store.js'; export declare function getRbacRestrictionsDataForCatalog({ store, ctx }: { store: Store; ctx: Context; }): { currentRbacTeamsForRead: string[]; excludedTypes: string[]; excludedEntities: string[]; }; //# sourceMappingURL=get-rbac-restrictions-data-for-catalog.d.ts.map