export interface QvacCatalogEntry { readonly id: string; readonly constant: string; readonly name: string; } export declare const qvacCatalog: readonly QvacCatalogEntry[]; export declare function findCatalogEntry(idOrConstant: string): QvacCatalogEntry | undefined; export declare function isCatalogId(id: string): boolean; export declare function resolveModelConstant(idOrConstant: string): string; export declare function catalogEntriesWithUnknownConstant(): readonly QvacCatalogEntry[]; //# sourceMappingURL=catalog.d.ts.map