import { a as ProviderPlugin } from "./gateway-delegate-D_zkIp5r.mjs";

//#region src/anthropic.d.ts
/**
 * Anthropic-wire provider plugin for the gateway delegate. Pass to
 * `createGatewayDelegate({ providers: [anthropic] })` to handle
 * `"anthropic/<model>"` slugs.
 *
 * Requires `@ai-sdk/anthropic` (an optional peer dependency — install it yourself).
 */
declare const anthropic: ProviderPlugin;
//#endregion
export { anthropic };
//# sourceMappingURL=anthropic.d.mts.map