export declare class RuntimeException extends Error {
    constructor(message?: string);
    what(): string;
}
