import type { CanonicalWorkflowResumeFrame } from '../../../shared/types/workflow-resume.js'; export type WorkflowStepScopeEntry = CanonicalWorkflowResumeFrame; export declare function buildWorkflowStepScopeKey(step: string, stack: ReadonlyArray | undefined): string; export declare function buildWorkflowScopeIdentity(workflowName: string, stack: ReadonlyArray | undefined): string; //# sourceMappingURL=workflowStepScope.d.ts.map