import { Command as $Command } from "@smithy/smithy-client"; import { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer, } from "@smithy/types"; import { BedrockRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../BedrockRuntimeClient"; import { InvokeModelWithResponseStreamResponse, InvokeModelWithResponseStreamRequest, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export type InvokeModelWithResponseStreamCommandInputType = Pick< InvokeModelWithResponseStreamRequest, Exclude > & { body?: BlobPayloadInputTypes; }; export interface InvokeModelWithResponseStreamCommandInput extends InvokeModelWithResponseStreamCommandInputType {} export interface InvokeModelWithResponseStreamCommandOutput extends InvokeModelWithResponseStreamResponse, __MetadataBearer {} declare const InvokeModelWithResponseStreamCommand_base: { new ( input: InvokeModelWithResponseStreamCommandInput ): import("@smithy/smithy-client").CommandImpl< InvokeModelWithResponseStreamCommandInput, InvokeModelWithResponseStreamCommandOutput, BedrockRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: InvokeModelWithResponseStreamCommandInput ): import("@smithy/smithy-client").CommandImpl< InvokeModelWithResponseStreamCommandInput, InvokeModelWithResponseStreamCommandOutput, BedrockRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class InvokeModelWithResponseStreamCommand extends InvokeModelWithResponseStreamCommand_base { protected static __types: { api: { input: InvokeModelWithResponseStreamRequest; output: InvokeModelWithResponseStreamResponse; }; sdk: { input: InvokeModelWithResponseStreamCommandInput; output: InvokeModelWithResponseStreamCommandOutput; }; }; }