import { Realm } from '#self'; declare const nativeErrorNames: readonly ['EvalError', 'RangeError', 'ReferenceError', 'SyntaxError', 'TypeError', 'URIError']; export type NativeErrorNames = (typeof nativeErrorNames)[number]; export declare function bootstrapNativeError(realmRec: Realm): void; export {}; //# sourceMappingURL=NativeError.d.mts.map