import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  CreateTenantResourceAssociationRequest,
  CreateTenantResourceAssociationResponse,
} from "../models/models_0";
import {
  ServiceInputTypes,
  ServiceOutputTypes,
  SESv2ClientResolvedConfig,
} from "../SESv2Client";
export { __MetadataBearer };
export { $Command };
export interface CreateTenantResourceAssociationCommandInput
  extends CreateTenantResourceAssociationRequest {}
export interface CreateTenantResourceAssociationCommandOutput
  extends CreateTenantResourceAssociationResponse,
    __MetadataBearer {}
declare const CreateTenantResourceAssociationCommand_base: {
  new (
    input: CreateTenantResourceAssociationCommandInput
  ): import("@smithy/smithy-client").CommandImpl<
    CreateTenantResourceAssociationCommandInput,
    CreateTenantResourceAssociationCommandOutput,
    SESv2ClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  new (
    input: CreateTenantResourceAssociationCommandInput
  ): import("@smithy/smithy-client").CommandImpl<
    CreateTenantResourceAssociationCommandInput,
    CreateTenantResourceAssociationCommandOutput,
    SESv2ClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class CreateTenantResourceAssociationCommand extends CreateTenantResourceAssociationCommand_base {
  protected static __types: {
    api: {
      input: CreateTenantResourceAssociationRequest;
      output: {};
    };
    sdk: {
      input: CreateTenantResourceAssociationCommandInput;
      output: CreateTenantResourceAssociationCommandOutput;
    };
  };
}
