import {Ice} from 'ice'; declare module './Ice.ns' { namespace Ice { /** * A mapping from facet name to servant. */ type FacetMap = Map; const FacetMap: { /** * A mapping from facet name to servant. */ new (entries?: ReadonlyArray<[string, Ice.Object | null]>): FacetMap; }; } } export {Ice} from './Ice.ns';