export declare const FeatureEnabled: string[]; export declare const FeatureDisabled: string[]; export declare function convertState(type: "STRING" | "BOOLEAN" | "JSON" | "NUMBER", possibleValues: readonly any[], state?: string | boolean | number): boolean | string | object | undefined | number; //# sourceMappingURL=state.d.ts.map