import { ICommandOptionDefinition } from "@zowe/imperative";
/**
 * Constants to be used by the z/OSMF API
 */
export declare const ZosmfConstants: {
    [key: string]: any;
};
/**
 * Object containing all options to be used by the Download data set API
 */
export declare const ZosFilesOptions: {
    [key: string]: ICommandOptionDefinition;
};
//# sourceMappingURL=Zosmf.constants.d.ts.map