export declare const ClientFacingNoteChangedEventType: { readonly DailyDataNoteCreated: "daily.data.note.created"; readonly DailyDataNoteUpdated: "daily.data.note.updated"; }; export type ClientFacingNoteChangedEventType = (typeof ClientFacingNoteChangedEventType)[keyof typeof ClientFacingNoteChangedEventType];