import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { EventSourceMappingConfiguration, GetEventSourceMappingRequest } from "../models/models_0";
export { __MetadataBearer };
export interface GetEventSourceMappingCommandInput extends GetEventSourceMappingRequest {}
export interface GetEventSourceMappingCommandOutput
  extends EventSourceMappingConfiguration, __MetadataBearer {}
declare const GetEventSourceMappingCommand_base: {
  new (
    input: GetEventSourceMappingCommandInput,
  ): import("@smithy/core/client").CommandImpl<
    GetEventSourceMappingCommandInput,
    GetEventSourceMappingCommandOutput,
    import("..").LambdaClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  new (
    input: GetEventSourceMappingCommandInput,
  ): import("@smithy/core/client").CommandImpl<
    GetEventSourceMappingCommandInput,
    GetEventSourceMappingCommandOutput,
    import("..").LambdaClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class GetEventSourceMappingCommand extends GetEventSourceMappingCommand_base {
  protected static __types: {
    api: {
      input: GetEventSourceMappingRequest;
      output: EventSourceMappingConfiguration;
    };
    sdk: {
      input: GetEventSourceMappingCommandInput;
      output: GetEventSourceMappingCommandOutput;
    };
  };
}
