import {Ice} from 'ice'; import '../Ice/BuiltinSequences'; declare module './Glacier2.ns' { namespace Glacier2 { class SSLInfo implements Ice.Struct { constructor( remoteHost?: string, remotePort?: number, localHost?: string, localPort?: number, cipher?: string, certs?: Ice.StringSeq, ); remoteHost: string; remotePort: number; localHost: string; localPort: number; cipher: string; certs: Ice.StringSeq; clone(): this; equals(other: this): boolean; hashCode(): number; } } } export {Glacier2} from './Glacier2.ns';