export declare const FEATURE: { readonly ASSET_MANAGEMENT: "amAssets"; readonly ASSET_SCANNING: "assetsScan"; }; export type FeatureUid = (typeof FEATURE)[keyof typeof FEATURE];