import { ICommandDefinition } from "@zowe/imperative";
/**
 * This object defines the command for copy data-set within zosfiles. This is not
 * something that is intended to be used outside of the zosfiles package.
 *
 * @type {ICommandDefinition}
 */
export declare const DsDefinition: ICommandDefinition;
