import { ICommandDefinition } from "@zowe/imperative"; /** * This object defines the command for listing workflow instance(s) in zOSMF. * This is not something that is intended to be used outside of this npm package. * * @private */ export declare const ActiveWorkflows: ICommandDefinition; //# sourceMappingURL=ActiveWorkflows.definition.d.ts.map