import { Command as $Command } from "@smithy/smithy-client"; import { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer, } from "@smithy/types"; import { InvokeEndpointWithResponseStreamInput, InvokeEndpointWithResponseStreamOutput, } from "../models/models_0"; import { SageMakerRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../SageMakerRuntimeClient"; export { __MetadataBearer }; export { $Command }; export type InvokeEndpointWithResponseStreamCommandInputType = Pick< InvokeEndpointWithResponseStreamInput, Exclude > & { Body: BlobPayloadInputTypes; }; export interface InvokeEndpointWithResponseStreamCommandInput extends InvokeEndpointWithResponseStreamCommandInputType {} export interface InvokeEndpointWithResponseStreamCommandOutput extends InvokeEndpointWithResponseStreamOutput, __MetadataBearer {} declare const InvokeEndpointWithResponseStreamCommand_base: { new ( input: InvokeEndpointWithResponseStreamCommandInput ): import("@smithy/smithy-client").CommandImpl< InvokeEndpointWithResponseStreamCommandInput, InvokeEndpointWithResponseStreamCommandOutput, SageMakerRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: InvokeEndpointWithResponseStreamCommandInput ): import("@smithy/smithy-client").CommandImpl< InvokeEndpointWithResponseStreamCommandInput, InvokeEndpointWithResponseStreamCommandOutput, SageMakerRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class InvokeEndpointWithResponseStreamCommand extends InvokeEndpointWithResponseStreamCommand_base { protected static __types: { api: { input: InvokeEndpointWithResponseStreamInput; output: InvokeEndpointWithResponseStreamOutput; }; sdk: { input: InvokeEndpointWithResponseStreamCommandInput; output: InvokeEndpointWithResponseStreamCommandOutput; }; }; }