import type { FeatureScope } from './types'; /** Convert a scope into a stable, type-aware storage key. */ export declare function featureScopeKey(scope: FeatureScope): string;