···131131export type { FetchClient } from './plugins/@hey-api/client-fetch';
132132export type { NextClient } from './plugins/@hey-api/client-next';
133133export type { NuxtClient } from './plugins/@hey-api/client-nuxt';
134134+export type { OfetchClient } from './plugins/@hey-api/client-ofetch';
134135export type { ExpressionTransformer } from './plugins/@hey-api/transformers/expressions';
135136export type { TypeTransformer } from './plugins/@hey-api/transformers/types';
136137export { definePluginConfig } from './plugins/shared/utils/config';