import type { Context } from './index.ts'; import type { ContextOperationRequest } from './operation-request.ts'; import type { ErasedSagaStep } from './types.ts'; export declare function saga(context: Context, steps: ErasedSagaStep[]): Generator;