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