import { Settings } from '../types/index.js'; /** * Processes all translated MD/MDX files to add explicit anchor IDs * This preserves navigation links when headings are translated */ export default function processAnchorIds(settings: Settings, includeFiles?: Set): Promise;