import { InternalModuleDeclaration, LoaderOptions, ModuleJoinerConfig, ModulesSdkTypes } from "@medusajs/framework/types"; export declare function containerLoader(entity: any, joinerConfig: ModuleJoinerConfig): ({ options, container, }: LoaderOptions, moduleDeclaration?: InternalModuleDeclaration) => Promise; //# sourceMappingURL=container.d.ts.map