/** * Shared regex patterns used across execution and security-scanner. * Centralized here to avoid duplication and keep patterns in sync. */ /** Matches Node.js ECONN* errors and fetch failure messages. */ export declare const NETWORK_ERR_RE: RegExp; //# sourceMappingURL=regex-patterns.d.ts.map