import type { Locale } from "./types.js"; /** * @category Locales * @summary Serbian cyrillic locale. * @language Serbian * @iso-639-2 srp * @author Igor Radivojević [@rogyvoje](https://github.com/rogyvoje) */ export declare const sr: Locale;