import { type Spec } from './args-spec.js';
export declare function runCommand(command: string, args: Spec): Promise<void>;
//# sourceMappingURL=run-command.d.ts.map