import { PhyHubClient, Instance } from '../index'; declare function testEvents(client: PhyHubClient, instance: Instance, peerTwinId: string, isInitiator: boolean): Promise; declare function testActions(_client: PhyHubClient, instance: Instance, peerTwinId: string, isInitiator: boolean): Promise; declare function testDataChannelDefault(client: PhyHubClient, peerTwinId: string, isInitiator: boolean): Promise; declare function testDataChannelNamed(client: PhyHubClient, peerTwinId: string, isInitiator: boolean): Promise; declare function testMediaStreamConnection(client: PhyHubClient, peerTwinId: string, isInitiator: boolean): Promise; export { testEvents, testActions, testDataChannelDefault, testDataChannelNamed, testMediaStreamConnection }; //# sourceMappingURL=communication-comprehensive-test.d.ts.map