import type { FeatureFlags } from './FeatureFlags.js';
export declare function parseFlags(ff: FeatureFlags, flags: string[]): FeatureFlags;
//# sourceMappingURL=parseFlags.d.ts.map