import { IPotentialMatch } from "../types/index.js";
export declare function getPotentialMatches(): Array<IPotentialMatch>;
