import { EntityName } from "./entities.js"; export interface FieldCatalogEntry { path: string; description: string; category: string; } export declare function getFieldCatalog(entity: EntityName): FieldCatalogEntry[];