import type { ChunkType, DataChunkType, NetworkChunkType, OutputSchema } from '@mastra/core/stream'; export declare const isDataChunkType: (chunk: any) => chunk is DataChunkType; export declare const isMastraTextStreamChunk: (chunk: any) => chunk is ChunkType; export declare function safeParseErrorObject(obj: unknown): string; export declare const isAgentExecutionDataChunkType: (chunk: any) => chunk is Omit & { payload: DataChunkType; }; export declare const isWorkflowExecutionDataChunkType: (chunk: any) => chunk is Omit & { payload: DataChunkType; }; //# sourceMappingURL=utils.d.ts.map