import { AppService } from "@wocker/core"; export declare class ExperimentalController { protected readonly appService: AppService; constructor(appService: AppService); enable(feature?: string): void; disable(feature?: string): void; getFeatures(): string[]; }