import { Registry } from '../registry/reg'; export type ConfigureTrrackOptions = { registry: Registry; initialState: S; };