export {Ice} from './Ice.ns'; type NativePromise = Promise; declare module './Ice.ns' { namespace Ice { type OperationResult = T | NativePromise; } }