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