import type { TPotentialMatch } from "../../types";
export declare function getPotentialMatch(pathName: string): TPotentialMatch;
export declare function getPotentialMatches(pathName: string): Array<TPotentialMatch>;
export declare function getPotentialMatchIndex(pathName: string): TPotentialMatch;
