import { Document } from '@contentful/rich-text-types';
export declare const liftAssets: (richText: Document) => void;
