import type { PreprocessContext } from "../context.js"; /** * **Rewrites** the `title`s of the types to be locally (per file) unique valid javascript identifiers. * * Clashes are dealt with per class of type, and then per Base Url, and then per revision. */ export declare const rewriteTypeTitles: (context: PreprocessContext) => void;