export declare const cleanContent: (content: string) => Promise<string>;
