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