import { CommanderError } from 'commander'; export declare class ApplicationError extends CommanderError { constructor(message: string); }