export type Config = { epsilon: number predictable: boolean } export type configDependency = { config: Config }