export type UseEmitterOptionsType = {
  dependencyTracking?: boolean;
};
