import { CommandOption } from '../types.js';

declare const continueOnErrorOption: CommandOption;

export { continueOnErrorOption };
