import { ICommandDefinition } from "@zowe/imperative"; /** * This object defines the command for delete zos-file-system within zosfiles. This is not * something that is intended to be used outside of the zosfiles package. * * @private */ export declare const ZfsDefinition: ICommandDefinition; //# sourceMappingURL=zfs.definition.d.ts.map