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