import { State } from "../../types/ibge/state"; export declare const getAll: () => Promise>; export declare const getBy: (code: string) => Promise>;