import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateInferenceComponentInput, UpdateInferenceComponentOutput } from "../models/models_4"; export { __MetadataBearer }; export interface UpdateInferenceComponentCommandInput extends UpdateInferenceComponentInput {} export interface UpdateInferenceComponentCommandOutput extends UpdateInferenceComponentOutput, __MetadataBearer {} declare const UpdateInferenceComponentCommand_base: { new ( input: UpdateInferenceComponentCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateInferenceComponentCommandInput, UpdateInferenceComponentCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateInferenceComponentCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateInferenceComponentCommandInput, UpdateInferenceComponentCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateInferenceComponentCommand extends UpdateInferenceComponentCommand_base { protected static __types: { api: { input: UpdateInferenceComponentInput; output: UpdateInferenceComponentOutput; }; sdk: { input: UpdateInferenceComponentCommandInput; output: UpdateInferenceComponentCommandOutput; }; }; }