import type { Injector } from "injection-js";
export type Module = (parentInjector: Injector) => Injector;
//# sourceMappingURL=module.d.ts.map