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