import type { ProviderConfig } from "./types.js"; /** * AWS Bedrock provider configuration * Uses the Converse API with Bearer token authentication * Note: Bedrock currently only supports text content in this implementation */ export declare const bedrockProvider: ProviderConfig; //# sourceMappingURL=bedrock.d.ts.map