export declare class Command implements ICommand { execute(args: string[]): Promise; }