import type { NavigationItemNormalized } from '../types';
type ItemMatchesFindOptions = {
    path?: string;
};
export declare function findBestItemMatches(items: NavigationItemNormalized[], options?: ItemMatchesFindOptions): NavigationItemNormalized[];
export {};
//# sourceMappingURL=match.d.ts.map