import BaseCommand from '../base-command'; export declare const errorHandler: (this: BaseCommand, err: Error) => Promise;