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