export type FeatureFlag = {
    readonly flag: string;
    readonly result: boolean;
};
//# sourceMappingURL=featureFlags.d.ts.map