export declare abstract class BaseCommand { protected _args: TArgs; constructor(_args: TArgs); execute(): Promise; }