import { Command as $Command } from "@smithy/core/client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  PutTenantSuppressionAttributesRequest,
  PutTenantSuppressionAttributesResponse,
} from "../models/models_1";
import {
  ServiceInputTypes,
  ServiceOutputTypes,
  SESv2ClientResolvedConfig,
} from "../SESv2Client";
export { __MetadataBearer };
export { $Command };
export interface PutTenantSuppressionAttributesCommandInput
  extends PutTenantSuppressionAttributesRequest {}
export interface PutTenantSuppressionAttributesCommandOutput
  extends PutTenantSuppressionAttributesResponse,
    __MetadataBearer {}
declare const PutTenantSuppressionAttributesCommand_base: {
  new (
    input: PutTenantSuppressionAttributesCommandInput
  ): import("@smithy/core/client").CommandImpl<
    PutTenantSuppressionAttributesCommandInput,
    PutTenantSuppressionAttributesCommandOutput,
    SESv2ClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  new (
    input: PutTenantSuppressionAttributesCommandInput
  ): import("@smithy/core/client").CommandImpl<
    PutTenantSuppressionAttributesCommandInput,
    PutTenantSuppressionAttributesCommandOutput,
    SESv2ClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): {
    [x: string]: unknown;
  };
};
export declare class PutTenantSuppressionAttributesCommand extends PutTenantSuppressionAttributesCommand_base {
  protected static __types: {
    api: {
      input: PutTenantSuppressionAttributesRequest;
      output: {};
    };
    sdk: {
      input: PutTenantSuppressionAttributesCommandInput;
      output: PutTenantSuppressionAttributesCommandOutput;
    };
  };
}
