import { type WorkflowContext } from '../../protocols/index.js'; export declare function runDryRun(ctx: WorkflowContext, argv: string[]): Promise;