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