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