import { TLanguagesOption } from '../types'; import type { SanityDocument } from '@sanity/client'; export declare const getLanguagesFromOption: >>(langs: TLanguagesOption, document?: D | null | undefined) => Promise;