import LiveStandbyPoolEncodingManifestType from './LiveStandbyPoolEncodingManifestType';
/**
 * @export
 * @class LiveStandbyPoolEncodingManifest
 */
export declare class LiveStandbyPoolEncodingManifest {
    /**
     * URL to the manifest
     * @type {string}
     * @memberof LiveStandbyPoolEncodingManifest
     */
    url?: string;
    /**
     * ID of the manifest that was created for the encoding
     * @type {string}
     * @memberof LiveStandbyPoolEncodingManifest
     */
    manifestId?: string;
    /**
     * @type {LiveStandbyPoolEncodingManifestType}
     * @memberof LiveStandbyPoolEncodingManifest
     */
    type?: LiveStandbyPoolEncodingManifestType;
    constructor(obj?: Partial<LiveStandbyPoolEncodingManifest>);
}
export default LiveStandbyPoolEncodingManifest;
