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