import type { StreamPart } from '../types/stream.js'; export declare function sanitizePart(part: StreamPart): StreamPart;