import type { Recommendations } from "../Interfaces/index";
interface IOptions {
    id: string;
    limit?: number;
}
export declare function getRecommendations<T extends IOptions>(options: T): Promise<Recommendations[]>;
export {};
//# sourceMappingURL=getRecommendations.d.ts.map