export declare function prepareContent({ options, content, }: {
    options: any;
    content: string;
}): string;
