/** * From sectionId and roomId return a hash * @param parameters */ export declare const hashFromRoomIdSectionId: (parameters: { roomId: string; sectionId: string; }) => string;