export declare class ExceptionHandler {
    private static readonly logger;
    handle(exception: Error): void;
}
