import type { TMessageContentUnion } from "../../../types/index.js"; import type { StreamEventContentUpdate } from "./getStreamEventContentUpdate.js"; export declare function applyContentUpdate(parts: TMessageContentUnion[], update: StreamEventContentUpdate): TMessageContentUnion[] | null;