import type { Emitter } from '../events' import type { Store } from '../state' export type ApiSection = (store: Store, events: Emitter) => T