import type { PatchFunction } from '../../index.js'; export declare const IMPORT_REGEX: RegExp; export declare const NAMED_EXPORT_REGEX: RegExp; export declare const tryPatchUnhandledRejections: PatchFunction;