export declare class UpdateFeatureToggleDto {
    featureKey: string;
    enabled: boolean;
}
