import type { IContainer } from './container/IContainer';
export interface ExecutionContext {
    scope: IContainer;
}
