import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  CreateVPCAssociationAuthorizationRequest,
  CreateVPCAssociationAuthorizationResponse,
} from "../models/models_0";
import {
  Route53ClientResolvedConfig,
  ServiceInputTypes,
  ServiceOutputTypes,
} from "../Route53Client";
export { __MetadataBearer };
export { $Command };
export interface CreateVPCAssociationAuthorizationCommandInput
  extends CreateVPCAssociationAuthorizationRequest {}
export interface CreateVPCAssociationAuthorizationCommandOutput
  extends CreateVPCAssociationAuthorizationResponse,
    __MetadataBearer {}
declare const CreateVPCAssociationAuthorizationCommand_base: {
  new (
    input: CreateVPCAssociationAuthorizationCommandInput
  ): import("@smithy/smithy-client").CommandImpl<
    CreateVPCAssociationAuthorizationCommandInput,
    CreateVPCAssociationAuthorizationCommandOutput,
    Route53ClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  new (
    __0_0: CreateVPCAssociationAuthorizationCommandInput
  ): import("@smithy/smithy-client").CommandImpl<
    CreateVPCAssociationAuthorizationCommandInput,
    CreateVPCAssociationAuthorizationCommandOutput,
    Route53ClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class CreateVPCAssociationAuthorizationCommand extends CreateVPCAssociationAuthorizationCommand_base {
  protected static __types: {
    api: {
      input: CreateVPCAssociationAuthorizationRequest;
      output: CreateVPCAssociationAuthorizationResponse;
    };
    sdk: {
      input: CreateVPCAssociationAuthorizationCommandInput;
      output: CreateVPCAssociationAuthorizationCommandOutput;
    };
  };
}
