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