import { FeatureConfig } from '../types/feature'; export declare function Feature(config: FeatureConfig): ClassDecorator;