export declare function arrayFlat(items: (T[] | T)[]): T[]; export declare function arrayOnlyUnique(items: T[], key: keyof T, onDuplicateFound?: (item: T) => void, dontFilterNullOrUndefined?: boolean): T[]; //# sourceMappingURL=array.d.ts.map