import { NcContext } from '../../lib/ncTypes'; export declare const getContextFromObject: (obj: { base_id: string; fk_workspace_id?: string; }) => NcContext;