import type { FeatureKey } from './types/portal.js'; export declare const MODULE_CODE_TO_FEATURE: Record; export declare const ALL_FEATURE_KEYS: FeatureKey[]; export declare function modulesToFeatures(moduleCodes: string[]): Set; //# sourceMappingURL=modules.d.ts.map