declare const remove: (array: T[], fn: (elem: T, num: number, list: T[]) => boolean) => T[]; export { remove }; //# sourceMappingURL=remove.d.ts.map