export declare const findDuplicates: <T>(arr: T[]) => T[];
//# sourceMappingURL=findDuplicates.d.ts.map