export declare const getDistinct: <T>(items: T[]) => T[];
export declare const getDuplicates: <T>(items: T[]) => T[];
