import Controller from './controller';
import type { IUnleashConfig } from '../types/option';
declare class BackstageController extends Controller {
    logger: any;
    constructor(config: IUnleashConfig);
}
export { BackstageController };
//# sourceMappingURL=backstage.d.ts.map