/** * Merges `newValue` under `key` into the shared entry and serializes the result. * * A parse failure propagates: the caller owns an entry this must not rebuild. */ export default function getNewItem(key: string, persistedItem: string | undefined, newValue: T): string; //# sourceMappingURL=get-new-item.d.ts.map