import { Parse } from '../utils/parse'; import { ComponentConfig } from '../component'; export default class CommandManager { protected method: string; protected customerCommandName?: string | undefined; protected templateFile: string; protected deployParams: any; constructor(method: string, customerCommandName?: string | undefined, templateFile?: string, params?: any); assemblyProjectConfig(parse: Parse, projectName: string, parsedObj: any): Promise; init(): Promise; } //# sourceMappingURL=command-manager.d.ts.map