import { Settings } from '../../../types/index.js'; /** * Runs MDX-specific preprocessing. Returns a skip reason if the file * should be skipped, or null if validation passed. */ export declare function preprocessMdx(content: string, filePath: string, settings: Settings): string | null;