import BaseError from './base'; import ErrorOptions from './error_options'; declare class EggBaseException extends BaseError { constructor(options?: T); } export default EggBaseException;