import Manifest from './Manifest'; /** * @export * @class SmoothStreamingManifest */ export declare class SmoothStreamingManifest extends Manifest { /** * Filename of the server manifest * @type {string} * @memberof SmoothStreamingManifest */ serverManifestName?: string; /** * Filename of the client manifest * @type {string} * @memberof SmoothStreamingManifest */ clientManifestName?: string; constructor(obj?: Partial); } export default SmoothStreamingManifest;