export declare function setFeatureFlags(featureFlags: Record): void; export declare function getFeatureFlag(featureFlag: string): boolean;