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