import type { AgEventService } from '../agStack/interfaces/iEvent';
import type { AgEventTypeParams } from '../events';
import type { AgGridCommon } from './iCommon';
export type IEventService = AgEventService<AgEventTypeParams, AgGridCommon<any, any>>;
