export declare const ClientFacingProfileChangedEventType: { readonly DailyDataProfileCreated: "daily.data.profile.created"; readonly DailyDataProfileUpdated: "daily.data.profile.updated"; }; export type ClientFacingProfileChangedEventType = (typeof ClientFacingProfileChangedEventType)[keyof typeof ClientFacingProfileChangedEventType];