import { District } from './type';
export declare function translate(location: District, locale: 'en' | 'zh'): string;
//# sourceMappingURL=translate.d.ts.map