import { interfaces } from 'inversify'; /** * Local services and exposed micro services to serve remote connections. * Operates within in the Gateway. * */ export declare const localContainerModule: (settings: any) => interfaces.ContainerModule; //# sourceMappingURL=container.d.ts.map