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