import { type DataModel } from './types.js'; export declare function readModelPath(model: DataModel, path: string): unknown;