import { UnifiedMetaType } from '../../lib/types'; import { NcContext } from '../ncTypes'; export declare const getLTARRelatedTable: (context: NcContext, { colOptions, getMeta, }: { colOptions: UnifiedMetaType.ILinkToAnotherRecordColumn; getMeta: UnifiedMetaType.IGetModel; }) => Promise;