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