import type { CompileContext } from "../context/compile.js"; /** Remove the "PLACEHOLDER" definitions left by the workaround of the `$ref` resolver in `compile` */ export declare const removePlaceholderTypes: (context: CompileContext) => void;