export declare class Command { private commandTemplate; constructor(template: string); render(options: object): string; }