import { ConnectOptions } from './types';

export interface ConnectOptionsInternal extends ConnectOptions {
  createLocalTracks?: any;
}
