export default class ArrayUtils { static pull(array: T[], ...removeList: T[]): void; } //# sourceMappingURL=ArrayUtils.d.ts.map