import { Settings } from '../../../types/index.js'; /** * Runs all Mintlify-specific preprocessing on file content. */ export declare function preprocessMintlify(content: string, filePath: string, fileType: string, settings: Settings): string;