import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { Concurrency, PutFunctionConcurrencyRequest } from "../models/models_0";
export { __MetadataBearer };
export interface PutFunctionConcurrencyCommandInput extends PutFunctionConcurrencyRequest {}
export interface PutFunctionConcurrencyCommandOutput extends Concurrency, __MetadataBearer {}
declare const PutFunctionConcurrencyCommand_base: {
  new (
    input: PutFunctionConcurrencyCommandInput,
  ): import("@smithy/core/client").CommandImpl<
    PutFunctionConcurrencyCommandInput,
    PutFunctionConcurrencyCommandOutput,
    import("..").LambdaClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  new (
    input: PutFunctionConcurrencyCommandInput,
  ): import("@smithy/core/client").CommandImpl<
    PutFunctionConcurrencyCommandInput,
    PutFunctionConcurrencyCommandOutput,
    import("..").LambdaClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class PutFunctionConcurrencyCommand extends PutFunctionConcurrencyCommand_base {
  protected static __types: {
    api: {
      input: PutFunctionConcurrencyRequest;
      output: Concurrency;
    };
    sdk: {
      input: PutFunctionConcurrencyCommandInput;
      output: PutFunctionConcurrencyCommandOutput;
    };
  };
}
