import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  FunctionEventInvokeConfig,
  UpdateFunctionEventInvokeConfigRequest,
} from "../models/models_0";
export { __MetadataBearer };
export interface UpdateFunctionEventInvokeConfigCommandInput extends UpdateFunctionEventInvokeConfigRequest {}
export interface UpdateFunctionEventInvokeConfigCommandOutput
  extends FunctionEventInvokeConfig, __MetadataBearer {}
declare const UpdateFunctionEventInvokeConfigCommand_base: {
  new (
    input: UpdateFunctionEventInvokeConfigCommandInput,
  ): import("@smithy/core/client").CommandImpl<
    UpdateFunctionEventInvokeConfigCommandInput,
    UpdateFunctionEventInvokeConfigCommandOutput,
    import("..").LambdaClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  new (
    input: UpdateFunctionEventInvokeConfigCommandInput,
  ): import("@smithy/core/client").CommandImpl<
    UpdateFunctionEventInvokeConfigCommandInput,
    UpdateFunctionEventInvokeConfigCommandOutput,
    import("..").LambdaClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class UpdateFunctionEventInvokeConfigCommand extends UpdateFunctionEventInvokeConfigCommand_base {
  protected static __types: {
    api: {
      input: UpdateFunctionEventInvokeConfigRequest;
      output: FunctionEventInvokeConfig;
    };
    sdk: {
      input: UpdateFunctionEventInvokeConfigCommandInput;
      output: UpdateFunctionEventInvokeConfigCommandOutput;
    };
  };
}
