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