/** * @fileoverview Check-authoring source path detection. * * Fitness check packs (`packages/fitness/checks-*`) intentionally contain * literal examples of the patterns their checks detect (regex strings, fixture * slugs, semgrep references). Helpers here let checks skip that corpus without * per-file suppressions. */ /** * True when `filePath` lives under a fitness check pack (`checks-typescript`, * `checks-universal`, `checks-go`, …). */ export declare function isCheckAuthoringSource(filePath: string): boolean; //# sourceMappingURL=check-authoring-helpers.d.ts.map