import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  EKSClientResolvedConfig,
  ServiceInputTypes,
  ServiceOutputTypes,
} from "../EKSClient";
import {
  DeleteEksAnywhereSubscriptionRequest,
  DeleteEksAnywhereSubscriptionResponse,
} from "../models/models_0";
export { __MetadataBearer };
export { $Command };
export interface DeleteEksAnywhereSubscriptionCommandInput
  extends DeleteEksAnywhereSubscriptionRequest {}
export interface DeleteEksAnywhereSubscriptionCommandOutput
  extends DeleteEksAnywhereSubscriptionResponse,
    __MetadataBearer {}
declare const DeleteEksAnywhereSubscriptionCommand_base: {
  new (
    input: DeleteEksAnywhereSubscriptionCommandInput
  ): import("@smithy/smithy-client").CommandImpl<
    DeleteEksAnywhereSubscriptionCommandInput,
    DeleteEksAnywhereSubscriptionCommandOutput,
    EKSClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  new (
    __0_0: DeleteEksAnywhereSubscriptionCommandInput
  ): import("@smithy/smithy-client").CommandImpl<
    DeleteEksAnywhereSubscriptionCommandInput,
    DeleteEksAnywhereSubscriptionCommandOutput,
    EKSClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DeleteEksAnywhereSubscriptionCommand extends DeleteEksAnywhereSubscriptionCommand_base {
  protected static __types: {
    api: {
      input: DeleteEksAnywhereSubscriptionRequest;
      output: DeleteEksAnywhereSubscriptionResponse;
    };
    sdk: {
      input: DeleteEksAnywhereSubscriptionCommandInput;
      output: DeleteEksAnywhereSubscriptionCommandOutput;
    };
  };
}
