export = arrDiff;

declare function arrDiff<T>(first: readonly T[], ...args: Array<readonly any[]>): T[];
