import { ExecutionOptions } from '~data/interfaces';
declare const runCommand: (packageName: string, command: string[], options: ExecutionOptions) => Promise<void>;
export default runCommand;
