import { ELanguage } from '../constants'; export declare const createFieldGetter: () => (spl: string, language: ELanguage) => Promise;