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

declare const verboseOption: CommandOption;

export { verboseOption };
