export declare const removeUndefined: (arr: Array) => T[]; export declare function removeDuplicate(key: string): (object: Record) => boolean; //# sourceMappingURL=array.d.ts.map