import type { PopularDestinationAttributes } from '../../../entities/index.ts'; import type { HttpClient } from '../../../services/index.ts'; import type { StrapiApiResponseOutput } from '../../types/index.ts'; declare const getLandingPagePopularDestinations: (http: HttpClient) => { query: (input: { destinationId: number; }) => Promise>; }; export default getLandingPagePopularDestinations;