import { ApiManager } from '../ApiManager'; import { CallManager } from '../CallManager'; import { ConnectionManager } from '../ConnectionManager'; import { ContentedStreamManager } from '../ContentedStreamManager'; export declare const createManagers: () => { connectionManager: ConnectionManager; contentedStreamManager: ContentedStreamManager; callManager: CallManager; apiManager: ApiManager; toolsCallManager: { sendOffer: jest.Mock; }; };