/** * Error will interrupt the program */ export declare class RuntimeError extends Error { constructor(msg: string, additionMsg?: string); }