import * as Endpoint from '../../../Endpoint.js';
import * as ContentItem from './ContentItem.js';
import { Container } from './ContentItem/Response.js';
import * as ContentType from './ContentType.js';
export declare function prepareContent(container: Container, types: ContentType.Any[]): Endpoint.Prepare<ContentItem.Payload>;
