import { DistrictListResponse } from '../../types/coverage-area-responses'; export declare const getDistricts: (kabupatenId: number) => Promise;