import AdaptationSetType from './AdaptationSetType';
/**
 * @export
 * @class AdaptationSetTypeResponse
 */
export declare class AdaptationSetTypeResponse {
    /**
     * The type of the adaptation set
     * @type {AdaptationSetType}
     * @memberof AdaptationSetTypeResponse
     */
    type?: AdaptationSetType;
    constructor(obj?: Partial<AdaptationSetTypeResponse>);
}
export default AdaptationSetTypeResponse;
