declare const moduleImporter: (middlewarePath: string, basePath?: string) => Promise<any>;
export default moduleImporter;
