import { ICommandOptionDefinition, ICommandPositionalDefinition } from "@zowe/imperative"; export declare class SessionDefinitionOptions { static sessHOSTNAME: ICommandOptionDefinition; static sessPORT: ICommandOptionDefinition; static sessINSTANCE: ICommandOptionDefinition; static posINSTANCE: ICommandPositionalDefinition; static sessUSERNAME: ICommandOptionDefinition; static sessPASSWORD: ICommandOptionDefinition; static sessPROTOCOL: ICommandOptionDefinition; static sessREJECTUNAUTH: ICommandOptionDefinition; static sessBASEPATH: ICommandOptionDefinition; static ENDV_CONNECTION_OPTIONS: ICommandOptionDefinition[]; }