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