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