/** * @description 运行时错误 * @export * @class RuntimeError * @extends {Error} */ export declare class RuntimeError extends Error { message: string; name: string; constructor(message: string); } //# sourceMappingURL=runtime-error.d.ts.map