import { IPost } from '@shared/interfaces/model';
export declare const parseContent: (post: IPost, path?: string) => {
    content: {};
    assets: {};
    references: {};
};
export declare const parseInternalMetaContent: (post: IPost, path?: string) => any;
