import type { Context, Next } from 'egg';
export declare function ErrorHandler(ctx: Context, next: Next): Promise<void>;
