import { Command } from 'commander'; export declare function buildCommandToRun(commandParts: string[], raw: boolean): string; export declare const commandRunCommand: Command;