import { RichText, translateParamters } from "./types";
declare const translate: ({ id, rich_text, locale, target_lang, }: translateParamters) => Promise<RichText[] | undefined>;
export default translate;
