/** * @deprecated Use `toAISdkStream` instead. This function has been renamed for clarity. * * @example * ```typescript * // Old (deprecated): * import { toAISdkFormat } from '@mastra/ai-sdk'; * const stream = toAISdkFormat(agentStream, { from: 'agent' }); * * // New: * import { toAISdkStream } from '@mastra/ai-sdk'; * const stream = toAISdkStream(agentStream, { from: 'agent' }); * ``` */ export declare function toAISdkFormat(): never; //# sourceMappingURL=to-ai-sdk-format.d.ts.map