import type Config from './Config'; declare const _default: (config: Config) => () => Promise; export default _default;