import { RuntimeException } from './exceptions'; export declare class ExceptionsHandler { handle(exception: RuntimeException | Error): void; }