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