import { District } from '../types';
export declare const getDistricts: (divisionId: string, language?: "en" | "bn") => Promise<District[]>;
