import { ServiceContext } from '../../typings';
export declare function error(ctx: ServiceContext, next: () => Promise<void>): Promise<void>;
