import { QueryParams } from "../QueryParams"; export declare class NeighbourhoodQueryParams extends QueryParams { constructor(); cityId: string; }