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