import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateSchemaMappingInput, UpdateSchemaMappingOutput } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateSchemaMappingCommandInput extends UpdateSchemaMappingInput {} export interface UpdateSchemaMappingCommandOutput extends UpdateSchemaMappingOutput, __MetadataBearer {} declare const UpdateSchemaMappingCommand_base: { new ( input: UpdateSchemaMappingCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateSchemaMappingCommandInput, UpdateSchemaMappingCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateSchemaMappingCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateSchemaMappingCommandInput, UpdateSchemaMappingCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateSchemaMappingCommand extends UpdateSchemaMappingCommand_base { protected static __types: { api: { input: UpdateSchemaMappingInput; output: UpdateSchemaMappingOutput; }; sdk: { input: UpdateSchemaMappingCommandInput; output: UpdateSchemaMappingCommandOutput; }; }; }