import { Upazila } from '../types';
export default function getUpazilas(districtId?: string | null): Upazila[];
