export declare function getBiliStatusInfoByRoomIds<RoomId extends number>(RoomIds: RoomId[]): Promise<Record<string, boolean>>;
