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