export declare function getTestRoomName(): Promise; export declare function getTestUserAId(): string; export declare function getTestUserBId(): string; export declare function getRoomToken(roomName: string, userId: string): Promise;