import type { PathOf, PathValue } from '../../types/path-types.js'; export declare const readPath: , TPath extends PathOf, TValue extends PathValue>(object: TObject, path: TPath) => TValue; //# sourceMappingURL=read-path.d.ts.map