import { Package } from '~data/interfaces';
declare const runExecution: (configPackage: Package, command: string[]) => Promise<void>;
export { runExecution, };
