import type { ExponentFindItem, ExponentFindItems } from './types'; export declare function noDuplicates(items: ExponentFindItems, key: keyof ExponentFindItem, str: string): ExponentFindItems; //# sourceMappingURL=no-duplicates.d.ts.map