import { RuntimeException } from './runtime.exception'; export declare class InvalidExceptionTrapException extends RuntimeException { constructor(); }