export declare class RuntimeException extends Error {
    constructor(message?: string);
    what(): string;
}
//# sourceMappingURL=runtime.d.ts.map