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