import type { ChunkType } from '../../types.js';
export declare function convertFullStreamChunkToMastra(value: any, ctx: {
    runId: string;
}): ChunkType | undefined;
//# sourceMappingURL=transform.d.ts.map