import { IHandlerParameters, AbstractSession } from "@zowe/imperative"; import { INVResponse } from "../../doc"; /** * Class of utility List NetView data * * @class List */ export declare class List { /** * Returns a list of statistic data per a specified Automation Table. * @static * @param session - representing connection to this api * @memberof List */ static listATStat(params: IHandlerParameters, URIParams: string, session: AbstractSession): Promise; }