import { Path } from "../Types.js"; export declare function entrySet(mw: string, path: Path, value: Record, merge?: boolean): { from: number; to?: number; insert: string; };