export declare const MAX_ACTIVITY_TEXT_LENGTH = 500;
/** Normalizes bounded untrusted presentation text before it reaches a renderer. */
export declare function normalizePresentationText(text: string): string;
