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