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