export declare const uniqBy: (arr: T[], key: keyof T) => T[]; export declare const uniqValues: (value: string, index: number, self: string[]) => boolean; export declare const dateToUnix: (_date?: Date) => number;