import { AgregatorQuestroomCardRO } from '@escapenavigator/types/dist/agregator/agregator-questroom-card.ro'; import { AgregatorFindQuestroomsForCityDto } from '@escapenavigator/types/dist/agregator/dto/agregator-find-questrooms-for-city.dto'; import { ApiMethodDeclaration } from '../..'; type ParamsData = AgregatorFindQuestroomsForCityDto; type ResponseData = AgregatorQuestroomCardRO[]; export declare const cityOtherQuestrooms: ApiMethodDeclaration; export {};