export declare const enterRoomData: { room: string; participantName: string; }; export declare const enterRoomHeaders: [string, string][];