import AbstractPackageTest from '../AbstractPackageTest.js'; export default class BiosensorStreamingOrchestratorTest extends AbstractPackageTest { private static instance; protected static beforeEach(): Promise; protected static createsInstance(): Promise; protected static createsBiosensorDeviceFactory(): Promise; protected static startCreatesDevicesWithExpectedOptions(): Promise; protected static startCallsStartOnXdfStreamRecorderIfExists(): Promise; protected static startCallsOpenOnWebSocketGateway(): Promise; protected static startCallsStartStreamingOnAllDevices(): Promise; protected static doesNotStartRecorderIfNotGivenXdfRecordPath(): Promise; protected static stopCallsDisconnectOnAllDevices(): Promise; protected static stopCallsDestroyOnWebSocketGatewayIfExists(): Promise; protected static stopCallsStopOnXdfRecorderIfExists(): Promise; protected static createsEventMarkerEmitterIfRequested(): Promise; protected static stopCallsDestroyOnEventMarkerEmitter(): Promise; private static startThenStop; private static start; private static stop; private static readonly xdfRecordPath; private static readonly webSocketPortStart; private static readonly deviceNames; private static createWithEventMarkerEmitter; private static BiosensorStreamingOrchestrator; }