/** * Which changed files a signal pass can say anything about. * * Lifted from the review engine alongside the signal modules — it is the gate * they run their inputs through, and it depends on nothing but the parser's own * supported-extension set. */ /** * Filter files to those the parser can analyze — a supported extension, and * not vendored, generated, or build output. */ export declare function filterAnalyzableFiles(files: string[]): string[]; //# sourceMappingURL=analyzable-files.d.ts.map