declare const mostFrequent: (array: T[]) => T | undefined; export { mostFrequent, }; //# sourceMappingURL=mostFrequent.d.ts.map