import LiveStandbyPoolResponse from './LiveStandbyPoolResponse';
/**
 * @export
 * @class LiveStandbyPoolDetails
 */
export declare class LiveStandbyPoolDetails extends LiveStandbyPoolResponse {
    /**
     * Base64 encoded template used to start the encodings in the pool
     * @type {string}
     * @memberof LiveStandbyPoolDetails
     */
    encodingTemplate?: string;
    constructor(obj?: Partial<LiveStandbyPoolDetails>);
}
export default LiveStandbyPoolDetails;
