import { RuntimeException } from './exceptions/runtime';
export declare class ExceptionHandler {
    private static readonly logger;
    handle(exception: RuntimeException | Error): void;
}
//# sourceMappingURL=exception-handler.d.ts.map