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