import type { Fn } from "@thi.ng/api"; export interface FrequencyPair { [0]: T; [1]: number; } export declare function frequencies(input: Iterable, key?: Fn): IterableIterator>; //# sourceMappingURL=frequencies.d.ts.map