import { EmbeddingModelV3Middleware } from '@ai-sdk/provider';

export type EmbeddingModelMiddleware = EmbeddingModelV3Middleware;
