import { Config } from './config'; export type Callback = (err: Config.Error | null, data?: T) => void;