import { IHandlerParameters, AbstractSession } from "@zowe/imperative"; import { INVResponse } from "../../doc"; /** * Class of utility Download NetView Automation Table * * @class Download */ export declare class Download { /** * Retrieve automation statistics for a specified automation table using the parameters supplied. * @static * @param session - representing connection to this api * @memberof Download */ static DownloadAT(params: IHandlerParameters, session: AbstractSession): Promise; }