export declare function without<I>(array: I[], arrayToExclude: I[]): I[];
//# sourceMappingURL=without.d.ts.map