import { Content, ServerContent } from '../types'; export declare const mapContent: (content: ServerContent) => Content;