export declare const rewriteHTML: (input: string, rewriteValue: string, cdnPrefix?: string, uiFlags?: string) => string;
