import type { WorkflowConfig } from '../../../core/models/index.js'; import type { WorkflowEngineOptions } from '../../../core/workflow/types.js'; export declare function createWorkflowExecutionContext(workflowConfig: WorkflowConfig, projectCwd: string, resourceRoot?: string): { sourcePath: string | undefined; trustInfo: import("../../../infra/config/loaders/workflowTrustSource.js").WorkflowTrustInfo; resourceRoot: string | undefined; }; export declare function createWorkflowCallResolver(workflowContext: ReturnType): NonNullable; //# sourceMappingURL=workflowExecutionContext.d.ts.map