import { ICommandDefinition } from "@zowe/imperative"; /** * This object defines the command for listing archived z/OSMF workflows for a system or sysplex. * This is not something that is intended to be used outside of this npm package. * * @private */ export declare const ArchivedWorkflows: ICommandDefinition; //# sourceMappingURL=ArchivedWorkflows.definition.d.ts.map