export type ApplicationEventsType = 'after:ModulesDefiners' | 'before:config' | 'after:config' | 'before:services' | 'after:services' | 'before:booters' | 'after:booters' | 'before:start' | 'after:start';