import { SequentialWorkflowStepExecutor, StepExecutionArgs } from '../workflow/step-runner.js'; export declare class TriggerEventStepExecutor implements SequentialWorkflowStepExecutor { readonly supportedBlueIds: readonly ["2bSWEoMSZwzf32Hnr4BDVsuq8NRjrWEpnhZvMZAJGhh2"]; private readonly evaluator; execute(args: StepExecutionArgs): Promise; } //# sourceMappingURL=trigger-event-step-executor.d.ts.map