import { Exception } from "./base"; /** * @export * @class RuntimeException * @extends {Exception} */ export declare class RuntimeException extends Exception { } /** * @export * @class OverflowException * @extends {Exception} */ export declare class FatalException extends RuntimeException { } //# sourceMappingURL=runtime.d.ts.map