import { BedrockRuntimeClient, ConverseCommand, ConverseCommandInput, ConverseCommandOutput, ConverseStreamCommand, ConverseStreamCommandInput, ConverseStreamCommandOutput, InvokeModelCommand, InvokeModelCommandInput, InvokeModelCommandOutput, Message, SystemContentBlock } from '@aws-sdk/client-bedrock-runtime'; export { BedrockRuntimeClient, ConverseCommand, ConverseCommandInput, ConverseCommandOutput, ConverseStreamCommand, ConverseStreamCommandInput, ConverseStreamCommandOutput, InvokeModelCommand, InvokeModelCommandInput, InvokeModelCommandOutput, Message, SystemContentBlock, }; export declare function getBedrockRuntimeClient(region?: string): BedrockRuntimeClient; //# sourceMappingURL=bedrock-runtime.d.ts.map