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