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