export interface PropertyMap { get(key: string): any; has(key: string): boolean; } //# sourceMappingURL=property-map.interface.d.ts.map