export declare const TS_ALL_EXT_REGEX: RegExp; export declare const JS_ALL_EXT_REGEX: RegExp; export declare const JS_EXT_REGEX: RegExp; export declare function isStandardJsFile(filename: string): boolean; //# sourceMappingURL=regex-filters.d.ts.map