import { IHandlerParameters, Session } from "@zowe/imperative"; export declare class ViewSession { static setupExplicit(args: { [key: string]: string; }, profile: { [key: string]: string; }): Promise; static setup(parameters: IHandlerParameters): Promise; }