export type ExceptionHandler = (error: Error) => any; export declare function autoComposeExceptionHandler(cb: ExceptionHandler): ExceptionHandler; export declare function composeExceptionHandler(cb: ExceptionHandler): ExceptionHandler;