import type { FeatureFlagsShape } from "../types"; export declare function createFeatureFlagManager(flags: T): import("../types").FeatureFlagController;