import { type CatalogItem, type ICatalogDateAttribute } from "@gooddata/sdk-model"; import { type IChatConversationLocalItem, type IChatConversationMultipartLocalPart, type TextContentObject } from "../../model.js"; export declare const REFERENCE_REGEX_PART = "[^{}\\/]+\\/[^{}]+"; export declare const REFERENCE_REGEX: RegExp; export declare function collectReferences(where: string | true, used: (CatalogItem | ICatalogDateAttribute)[]): TextContentObject[]; export declare function parseReferences(content: T, catalogItems: CatalogItem[]): T; export declare function replaceReferences(text: string, references: TextContentObject[]): string; //# sourceMappingURL=references.d.ts.map