import { ModuleI } from "../objects/module/core"; export declare type Loader = (opts: LoaderOpts) => Promise;