import '../subscribers/service.subscriber';
/**
 * Load all event subscribers from the modules and shared directories.
 */
declare const loadModulesSubscribers: () => Promise<void>;
export default loadModulesSubscribers;
