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