export { asyncWrapper } from '@midwayjs/runtime-engine'; export * from './runtime'; export declare const start: (options?: any) => Promise; export declare const close: () => Promise; //# sourceMappingURL=index.d.ts.map