import { Command } from 'commander'; import { ExecutionOptions } from '~data/interfaces'; declare const resolveExecutionOptions: (prg: Command, commandOptions: any) => Promise; export { resolveExecutionOptions, };