/** * Voice capability registry entries, spread into FEATURE_FLAGS by flags.ts. * * Split into its own module because flags.ts sits at the 800-line source cap * and a capability declaration is not something to compress to fit, the * description is what a settings surface renders, so it has to say what the * feature does and why its default is what it is. * * Every entry here still needs its binding in feature-settings.ts and its * config association in flag-config-map.ts; the lockstep tests enforce both. */ import type { FeatureFlag } from './types.js'; export declare const VOICE_FEATURE_FLAGS: FeatureFlag[]; //# sourceMappingURL=flags-voice.d.ts.map