interface IObject { toMap(): Map; } declare interface Object extends IObject { } //# sourceMappingURL=xObjectD.d.ts.map