import { Jo as PersistedTokenId, Ko as NodeId, Rn as DependencyContainer, Un as TypeToken, ir as EngineExecutionLimitsPolicyConfig, ni as WorkflowDefinition, nr as ENGINE_EXECUTION_LIMITS_DEFAULTS, rr as EngineExecutionLimitsPolicy } from "../index-CRv3_pY3.js"; import { a as RunPolicySnapshotFactory, c as RunTerminalPersistenceCoordinator, i as WorkflowSnapshotCodec, l as WorkflowStoragePolicyEvaluator, n as InMemoryLiveWorkflowRepository, o as EngineExecutionLimitsPolicyFactory, r as EngineWorkflowRunnerService, s as WorkflowPolicyErrorServices, t as RunIntentService, u as Engine } from "../RunIntentService-DrpKli2k.js"; import { $ as DefaultExecutionContextFactory, B as LocalOnlyScheduler, F as EngineFactory, G as StaticCostCatalog, H as DefaultDrivingScheduler, I as RunSummaryMapper, K as NodeInstanceFactory, L as InMemoryWorkflowExecutionRepository, N as WorkflowRepositoryWebhookTriggerMatcher, P as EngineCompositionDeps, Q as CatalogBackedCostTrackingTelemetryFactory, R as InMemoryRunDataFactory, U as InlineDrivingScheduler, V as HintOnlyOffloadPolicy, W as ConfigDrivenOffloadPolicy, Z as InProcessRetryRunner, a as TestSuiteRunResult, cn as AbortControllerFactory, et as DefaultAsyncSleeper, i as TestSuiteOrchestratorEngine, it as UnavailableBinaryStorage, n as TestSuiteCaseOutcome, o as TestSuiteRunIdFactory, q as NodeExecutor, r as TestSuiteOrchestrator, rt as DefaultExecutionBinaryService, s as MissingRuntimeParityGuard, sn as CredentialResolverFactory, t as RunTestSuiteArgs, tt as AsyncSleeper, z as InMemoryBinaryStorage } from "../index-mnLS0iQl.js"; import "../ItemsInputNormalizer-D2vrMrX1.js"; import { n as TriggerRuntimeDiagnosticsProvider, r as WebhookTriggerMatcherProvider, t as EngineRuntimeRegistrationOptions } from "../EngineRuntimeRegistration.types-Dq4ucrdo.js"; //#region src/bootstrap/runtime/EngineRuntimeRegistrar.d.ts declare class EngineRuntimeRegistrar { register(container: DependencyContainer, options?: EngineRuntimeRegistrationOptions): void; private registerAgentMcpIntegration; private registerSupportFactories; private registerExecutionLimitsPolicy; private ensureWorkflowNodeInstanceFactory; private ensureNodeExecutor; private registerDefaultActivationScheduler; private registerEngine; private registerIntentServices; private resolveMatcherProvider; } //#endregion //#region src/workflowSnapshots/MissingRuntimeTriggerToken.d.ts declare class MissingRuntimeTriggerToken {} //#endregion //#region src/workflowSnapshots/PersistedWorkflowTokenRegistry.d.ts declare class PersistedWorkflowTokenRegistry { private readonly tokensById; private readonly tokenIdsByToken; register(type: TypeToken, packageId: string, persistedNameOverride?: string): PersistedTokenId; registerFromWorkflows(workflows: ReadonlyArray): void; private registerDecoratedType; private registerNestedTypes; private displayNameForTypeToken; private asTypeToken; getTokenId(token: TypeToken): PersistedTokenId | undefined; resolve(tokenId: PersistedTokenId): TypeToken | undefined; } //#endregion //#region src/workflowSnapshots/WorkflowParityMismatchError.d.ts type MissingRuntimeNodeDetail = { nodeId: NodeId; kind: "node" | "trigger"; missingTokenId: string | undefined; }; declare class WorkflowParityMismatchError extends Error { readonly name = "WorkflowParityMismatchError"; readonly missingNodes: ReadonlyArray; constructor(missingNodes: ReadonlyArray); } //#endregion export { AbortControllerFactory, type AsyncSleeper, CatalogBackedCostTrackingTelemetryFactory, ConfigDrivenOffloadPolicy, CredentialResolverFactory, DefaultAsyncSleeper, DefaultDrivingScheduler, DefaultExecutionBinaryService, DefaultExecutionContextFactory, ENGINE_EXECUTION_LIMITS_DEFAULTS, Engine, type EngineCompositionDeps, EngineExecutionLimitsPolicy, type EngineExecutionLimitsPolicyConfig, EngineExecutionLimitsPolicyFactory, EngineFactory, EngineRuntimeRegistrar, type EngineRuntimeRegistrationOptions, EngineWorkflowRunnerService, HintOnlyOffloadPolicy, InMemoryBinaryStorage, InMemoryLiveWorkflowRepository, InMemoryRunDataFactory, InMemoryWorkflowExecutionRepository, InProcessRetryRunner, InlineDrivingScheduler, LocalOnlyScheduler, type MissingRuntimeNodeDetail, MissingRuntimeParityGuard, MissingRuntimeTriggerToken, NodeExecutor, NodeInstanceFactory, PersistedWorkflowTokenRegistry, RunIntentService, RunPolicySnapshotFactory, RunSummaryMapper, RunTerminalPersistenceCoordinator, type RunTestSuiteArgs, StaticCostCatalog, type TestSuiteCaseOutcome, TestSuiteOrchestrator, type TestSuiteOrchestratorEngine, TestSuiteRunIdFactory, type TestSuiteRunResult, type TriggerRuntimeDiagnosticsProvider, UnavailableBinaryStorage, type WebhookTriggerMatcherProvider, WorkflowParityMismatchError, WorkflowPolicyErrorServices, WorkflowRepositoryWebhookTriggerMatcher, WorkflowSnapshotCodec, WorkflowStoragePolicyEvaluator }; //# sourceMappingURL=index.d.ts.map