import { Command } from "commander"; /** Common option set for read-side `scai content workflow *` commands. */ export declare const addWorkflowReadOptions: (command: Command) => Command;