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