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