import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteSchemaMappingInput, DeleteSchemaMappingOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteSchemaMappingCommandInput extends DeleteSchemaMappingInput {} export interface DeleteSchemaMappingCommandOutput extends DeleteSchemaMappingOutput, __MetadataBearer {} declare const DeleteSchemaMappingCommand_base: { new ( input: DeleteSchemaMappingCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteSchemaMappingCommandInput, DeleteSchemaMappingCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteSchemaMappingCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteSchemaMappingCommandInput, DeleteSchemaMappingCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteSchemaMappingCommand extends DeleteSchemaMappingCommand_base { protected static __types: { api: { input: DeleteSchemaMappingInput; output: DeleteSchemaMappingOutput; }; sdk: { input: DeleteSchemaMappingCommandInput; output: DeleteSchemaMappingCommandOutput; }; }; }