import type { TCacheRoute, TLoggerLvl } from '../../types.ts';
export default function warnDuplicates(routes: TCacheRoute[], warn: TLoggerLvl): void;
