import { ICommandOptionDefinition } from "@zowe/imperative"; /** * Object containing all extra options to be used by the list active-workflow commands. */ export declare const ListActiveWorkflowsOptions: { [key: string]: ICommandOptionDefinition; }; //# sourceMappingURL=ActiveWorkflows.options.d.ts.map