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