import CodecConfigType from './CodecConfigType';
import CodecConfiguration from './CodecConfiguration';
/**
 * @export
 * @class DtsPassthroughAudioConfiguration
 */
export declare class DtsPassthroughAudioConfiguration extends CodecConfiguration {
    /**
     * Discriminator property for CodecConfiguration
     * @type {string}
     * @memberof DtsPassthroughAudioConfiguration
     */
    readonly type: CodecConfigType;
    constructor(obj?: Partial<DtsPassthroughAudioConfiguration>);
}
export default DtsPassthroughAudioConfiguration;
