import type { Emitter } from '../events'; import type { Store } from '../state'; export type ApiSection = (store: Store, events: Emitter) => T; //# sourceMappingURL=types.d.ts.map