import DashRepresentationTypeDiscriminator from './DashRepresentationTypeDiscriminator';
/**
 * @export
 * @class DashRepresentationTypeResponse
 */
export declare class DashRepresentationTypeResponse {
    /**
     * The type of the DASH representation
     * @type {DashRepresentationTypeDiscriminator}
     * @memberof DashRepresentationTypeResponse
     */
    type?: DashRepresentationTypeDiscriminator;
    constructor(obj?: Partial<DashRepresentationTypeResponse>);
}
export default DashRepresentationTypeResponse;
