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