import type { MastraDBMessage, MastraMessagePart, MessageSource } from '../state/types.js'; export declare function stampPart(part: T): T; export declare function stampMessageParts(message: T, source: MessageSource): T; //# sourceMappingURL=stamp-part.d.ts.map