export { expandCapabilitiesForClientCheck } from './capabilityBridgeRules.js'; export { ADMIN_USERS_MANAGE_BRIDGE_SOURCES, ADMIN_USERS_MANAGE_BRIDGE_TARGETS, BRIDGE_PARITY_FIXTURE_EXPECTED_TARGETS, BRIDGE_PARITY_FIXTURE_GRANTS, grantImpliesTarget, } from './capabilityBridgeRules.js'; export declare function hasEffectiveCapability(grants: readonly string[], required: string): boolean; export declare function hasAnyEffectiveCapability(grants: readonly string[], required: readonly string[]): boolean; //# sourceMappingURL=effectiveCapabilities.d.ts.map