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