/** * A list of generic files that normally don't need to be watched. * This list is agnostic to the used programming language and should only match files * that are unlikely to be valid files in any of the supported languages. */ export declare const WATCH_EXCLUDE_DEFAULTS: string[]; //# sourceMappingURL=helpers.d.ts.map