import { RaionCode } from './types';
export declare function getRaionCode(raionName: string): RaionCode | undefined;
