import { ServiceManagerConfigType } from '../ServiceManager'; export declare type ControllerManagerConfigType = Partial<{ locations: string[]; controllers: ServiceManagerConfigType; }>;