import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateInferenceComponentRuntimeConfigInput, UpdateInferenceComponentRuntimeConfigOutput, } from "../models/models_4"; export { __MetadataBearer }; export interface UpdateInferenceComponentRuntimeConfigCommandInput extends UpdateInferenceComponentRuntimeConfigInput {} export interface UpdateInferenceComponentRuntimeConfigCommandOutput extends UpdateInferenceComponentRuntimeConfigOutput, __MetadataBearer {} declare const UpdateInferenceComponentRuntimeConfigCommand_base: { new ( input: UpdateInferenceComponentRuntimeConfigCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateInferenceComponentRuntimeConfigCommandInput, UpdateInferenceComponentRuntimeConfigCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateInferenceComponentRuntimeConfigCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateInferenceComponentRuntimeConfigCommandInput, UpdateInferenceComponentRuntimeConfigCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateInferenceComponentRuntimeConfigCommand extends UpdateInferenceComponentRuntimeConfigCommand_base { protected static __types: { api: { input: UpdateInferenceComponentRuntimeConfigInput; output: UpdateInferenceComponentRuntimeConfigOutput; }; sdk: { input: UpdateInferenceComponentRuntimeConfigCommandInput; output: UpdateInferenceComponentRuntimeConfigCommandOutput; }; }; }