import Koex from '@koex/core'; import { Config } from '../type'; declare const _default: (app: Koex, config: Config) => Promise; export default _default;