export declare function wrapContent(text: string): string; export declare function wrapContext(json: string): string; /** * Separate openui-lang code from tag in a message. * Returns { content: the message/code, contextString: raw JSON or null } */ export declare function separateContentAndContext(raw: string): { content: string; contextString: string | null; }; //# sourceMappingURL=contentParser.d.ts.map