import { Content, Services } from '../index';
export declare function createContent(services: Services): Promise<Content>;
