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