import { IHandlerParameters, AbstractSession } from "@zowe/imperative"; import { INVResponse } from "../../doc"; /** * Class of utility Activate NetView Automation Table * * @class Activate */ export declare class Activate { /** * Enables an Automation Table statement and returns the result accordingly. * @static * @param session - representing connection to this api * @memberof Activate */ static activateAT(params: IHandlerParameters, URIParams: string, session: AbstractSession): Promise; }