import { ISimilar } from "../typings/index.js";
declare function getSimilar(id: string): Promise<ISimilar[]>;
export default getSimilar;
