import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  DetectModerationLabelsRequest,
  DetectModerationLabelsResponse,
} from "../models/models_0";
export { __MetadataBearer };
export interface DetectModerationLabelsCommandInput
  extends DetectModerationLabelsRequest {}
export interface DetectModerationLabelsCommandOutput
  extends DetectModerationLabelsResponse,
    __MetadataBearer {}
declare const DetectModerationLabelsCommand_base: {
  new (
    input: DetectModerationLabelsCommandInput
  ): import("@smithy/core/client").CommandImpl<
    DetectModerationLabelsCommandInput,
    DetectModerationLabelsCommandOutput,
    import("..").RekognitionClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  new (
    input: DetectModerationLabelsCommandInput
  ): import("@smithy/core/client").CommandImpl<
    DetectModerationLabelsCommandInput,
    DetectModerationLabelsCommandOutput,
    import("..").RekognitionClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class DetectModerationLabelsCommand extends DetectModerationLabelsCommand_base {
  protected static __types: {
    api: {
      input: DetectModerationLabelsRequest;
      output: DetectModerationLabelsResponse;
    };
    sdk: {
      input: DetectModerationLabelsCommandInput;
      output: DetectModerationLabelsCommandOutput;
    };
  };
}
