declare const without: (source: any[], itemsToRemove: any[]) => any[];
export default without;
