/** * Wraps text in a XML tag for delivery to the foreground agent. * The foreground agent is instructed to present this content to the user. * * Expects: text is non-empty; origin is the sending agent's ID. */ export declare function messageBuildUserFacing(text: string, origin: string): string; //# sourceMappingURL=messageBuildUserFacing.d.ts.map