export declare function filter(array: T[], callback: (item: T, index: number, array: T[]) => boolean): T[]; //# sourceMappingURL=filter.d.ts.map