import { TContainerDecorator } from '../../../Global'; export type TAmbientContext = Readonly<{ globalContainer: TContainerDecorator; }>;