import { IErrorHandler } from '../action'; export default class DefaultErrorHandler implements IErrorHandler { handle(ctx: any, err: any): Promise<{}>; }