import { PartialTranslations } from "./i18n.types.js"; export declare function get(keypath: string | string[], objs: (PartialTranslations | undefined)[]): string;