import {Ice} from 'ice'; declare module './Ice.ns' { namespace Ice { type BoolSeq = Array; type ByteSeq = Uint8Array; type ShortSeq = Array; type IntSeq = Array; type LongSeq = Array; type FloatSeq = Array; type DoubleSeq = Array; type StringSeq = Array; type ObjectSeq = Array; type ObjectProxySeq = Array; } } export {Ice} from './Ice.ns';