/**
* Checks whether a collection name (e.g. "Map" or "Set") has a native polyfill
* that is safe to be used.
*/declarefunction_shouldPolyfillES6Collection(collectionName: string): boolean;
declarenamespace_shouldPolyfillES6Collection {}
export = _shouldPolyfillES6Collection;