import { ImsManifest } from './types';
export declare const manifestXml: (manifest: ImsManifest) => string;
