/** * Default patterns for .slignore.instrument when no user-provided file exists. * * These package paths are passed as `skipFilesAndPackagePaths` to the istanbul * instrumenter, which matches them against source-map-resolved paths inside * bundled files. Instrumenting framework internals can cause runtime errors * (e.g. Angular NullInjectorError) and inflates coverage noise. * * Keep in sync with installer/.slignore.instrument (the user-facing template). */ export declare const DEFAULT_INSTRUMENT_IGNORE_PATTERNS: string[]; export declare const DEFAULT_INSTRUMENT_IGNORE_PATTERNS_STRING: string;