export declare const HubEventAttendanceType: { readonly InPerson: "inPerson"; readonly Online: "online"; readonly Both: "both"; }; export type THubEventAttendanceType = (typeof HubEventAttendanceType)[keyof typeof HubEventAttendanceType];