declare class RuntimeErrors {
    static errUnknownRuntime: Error;
    static errRuntimeNotInitialized: Error;
}
export default RuntimeErrors;
