import type { Feature } from '../../../types/index.js'; /** * Check if a feature is available based on entitlements */ export declare function canAccessFeature(feature: Feature): boolean; //# sourceMappingURL=can-access-feature.d.ts.map