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