declare type HandlerFunction = (error: Error, ctx: any) => void;
export declare const Catch: (errorType: any, handler: HandlerFunction) => any;
export declare const CatchAll: (handler: HandlerFunction) => any;
export {};
