/** * System-wide constants for file exclusions. * These are used to filter out noise from drift detection and impact analysis. */ export declare const SYSTEM_EXCLUSION_PATTERNS: string[]; /** * Source code file extensions to include in analysis. * Only files with these extensions are considered for drift detection. */ export declare const SOURCE_CODE_EXTENSIONS: string[]; /** * Test file patterns to exclude from analysis. * These files are excluded from drift detection as they don't affect documentation. */ export declare const TEST_FILE_PATTERNS: string[]; //# sourceMappingURL=constants.d.ts.map