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