export default class Collection extends Map { toArray(): any[]; filter(callbackFn: any, thisArg?: any): any[]; map(callbackFn: any, thisArg?: any): unknown[]; reduce(callbackFn: any, currentIndex: number): any; find(predicate: any, thisArg?: any): any; }