import { UnknownObject } from "./ts-helpers/types.js"; export type AsyncUpdater = (value: string, path: string) => Promise; export declare function update(input: TObject, paths: string[], updater: AsyncUpdater): Promise;