import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateSchemaMappingInput, CreateSchemaMappingOutput } from "../models/models_0"; export { __MetadataBearer }; export interface CreateSchemaMappingCommandInput extends CreateSchemaMappingInput {} export interface CreateSchemaMappingCommandOutput extends CreateSchemaMappingOutput, __MetadataBearer {} declare const CreateSchemaMappingCommand_base: { new ( input: CreateSchemaMappingCommandInput, ): import("@smithy/core/client").CommandImpl< CreateSchemaMappingCommandInput, CreateSchemaMappingCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateSchemaMappingCommandInput, ): import("@smithy/core/client").CommandImpl< CreateSchemaMappingCommandInput, CreateSchemaMappingCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateSchemaMappingCommand extends CreateSchemaMappingCommand_base { protected static __types: { api: { input: CreateSchemaMappingInput; output: CreateSchemaMappingOutput; }; sdk: { input: CreateSchemaMappingCommandInput; output: CreateSchemaMappingCommandOutput; }; }; }