export declare class CardInfoCity { id: number; city: string; constructor(id: number, city: string); } //# sourceMappingURL=cardInfoCity.d.ts.map