import { CommandLineAction } from './CommandLineAction'; /** * @public */ export declare class DynamicCommandLineAction extends CommandLineAction { protected onExecuteAsync(): Promise; } //# sourceMappingURL=DynamicCommandLineAction.d.ts.map