import { ICommandOptionDefinition } from "@zowe/imperative";
/**
 * Object containing all extra options to be used by the delete archived workflow commands.
 */
export declare const DeleteArchivedWorkflowOptions: {
    [key: string]: ICommandOptionDefinition;
};
