export declare enum FeatureGateKey {
TEST = "test"
}
export declare const featureGateDefaultValueWhenNoServerValue: Record<FeatureGateKey, boolean>;