// Copyright (c) Microsoft Corporation. // Licensed under the MIT license. export { IpcInterface } from './tuner_command_channel/common'; export { createDispatcherInterface, createDispatcherPipeInterface, encodeCommand } from './tuner_command_channel/legacy';