/**
 * @export
 * @class LiveStandbyPoolEncodingIngestPoint
 */
export declare class LiveStandbyPoolEncodingIngestPoint {
    /**
     * URL to the RTMP/RTMPS endpoint for this live encoding
     * @type {string}
     * @memberof LiveStandbyPoolEncodingIngestPoint
     */
    streamBaseUrl?: string;
    /**
     * Stream key value of this live encoding
     * @type {string}
     * @memberof LiveStandbyPoolEncodingIngestPoint
     */
    streamKey?: string;
    constructor(obj?: Partial<LiveStandbyPoolEncodingIngestPoint>);
}
export default LiveStandbyPoolEncodingIngestPoint;
