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