/** * @fileoverview Shared constants for the fitness framework */ /** * Standard exclusion patterns for file matching across the framework. * Used by execution context, directive inventory, and file cache. */ export declare const DEFAULT_EXCLUSION_PATTERNS: readonly ["**/node_modules/**", "**/dist/**", "**/.git/**", "**/coverage/**", "**/*.tsbuildinfo"]; //# sourceMappingURL=constants.d.ts.map