import { EggContext, Next } from '@eggjs/tegg';
export declare function ErrorHandler(ctx: EggContext, next: Next): Promise<void>;
