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