import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BedrockRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../BedrockRuntimeClient"; import { ConverseRequest, ConverseResponse } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface ConverseCommandInput extends ConverseRequest {} export interface ConverseCommandOutput extends ConverseResponse, __MetadataBearer {} declare const ConverseCommand_base: { new ( input: ConverseCommandInput ): import("@smithy/smithy-client").CommandImpl< ConverseCommandInput, ConverseCommandOutput, BedrockRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: ConverseCommandInput ): import("@smithy/smithy-client").CommandImpl< ConverseCommandInput, ConverseCommandOutput, BedrockRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class ConverseCommand extends ConverseCommand_base { protected static __types: { api: { input: ConverseRequest; output: ConverseResponse; }; sdk: { input: ConverseCommandInput; output: ConverseCommandOutput; }; }; }