import { Configuration } from '../config/configuration'; export type Callback = (config: Configuration | undefined) => void;