/** * workflow subcommand — Run portable agent workflows. */ import type { Subcommand } from "./types"; export declare const workflowCommand: Subcommand;