import type { PostprocessContext } from "../context/postprocess.js"; /** * Generates types for the definition of various associated `LinkEntityAndTarget` `Entity` kinds, alongside their entity type definitions. * * @param context */ export declare const generateLinkAndTargetDefinitions: (context: PostprocessContext) => void;