/** * Configuration-related fixes for macOS plugin * Handles configuration checks and file validation */ import type { Fix } from '../../../../types/index.js'; export declare const configFixes: Fix[]; //# sourceMappingURL=config.d.ts.map