import type { Syringe } from '@difizen/mana-syringe';
export declare class ManaContext implements Syringe.Context {
    container: Syringe.Container;
    constructor(container: Syringe.Container);
    load: (module: Syringe.Module) => Promise<void>;
}
//# sourceMappingURL=mana-module-context.d.ts.map