import type { IntlRaw } from "../../records/Intl"; declare type Input = { path: string; }; declare const getLanguage: ({ path }: Input) => IntlRaw; export default getLanguage;