export declare function getPotentialMatchIndex(): import("../types/index.js").IPotentialMatch | {
    route: any;
    result: string[];
};
