import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetSchemaMappingInput, GetSchemaMappingOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetSchemaMappingCommandInput extends GetSchemaMappingInput {} export interface GetSchemaMappingCommandOutput extends GetSchemaMappingOutput, __MetadataBearer {} declare const GetSchemaMappingCommand_base: { new ( input: GetSchemaMappingCommandInput, ): import("@smithy/core/client").CommandImpl< GetSchemaMappingCommandInput, GetSchemaMappingCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetSchemaMappingCommandInput, ): import("@smithy/core/client").CommandImpl< GetSchemaMappingCommandInput, GetSchemaMappingCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetSchemaMappingCommand extends GetSchemaMappingCommand_base { protected static __types: { api: { input: GetSchemaMappingInput; output: GetSchemaMappingOutput; }; sdk: { input: GetSchemaMappingCommandInput; output: GetSchemaMappingCommandOutput; }; }; }