import { City } from "../../types/cptec/city"; export declare const getAll: () => Promise>; export declare const getBy: (cityName: string) => Promise>;