import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DetectLabelsRequest, DetectLabelsResponse } from "../models/models_0";
export { __MetadataBearer };
export interface DetectLabelsCommandInput extends DetectLabelsRequest {}
export interface DetectLabelsCommandOutput
  extends DetectLabelsResponse,
    __MetadataBearer {}
declare const DetectLabelsCommand_base: {
  new (
    input: DetectLabelsCommandInput
  ): import("@smithy/core/client").CommandImpl<
    DetectLabelsCommandInput,
    DetectLabelsCommandOutput,
    import("..").RekognitionClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  new (
    input: DetectLabelsCommandInput
  ): import("@smithy/core/client").CommandImpl<
    DetectLabelsCommandInput,
    DetectLabelsCommandOutput,
    import("..").RekognitionClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class DetectLabelsCommand extends DetectLabelsCommand_base {
  protected static __types: {
    api: {
      input: DetectLabelsRequest;
      output: DetectLabelsResponse;
    };
    sdk: {
      input: DetectLabelsCommandInput;
      output: DetectLabelsCommandOutput;
    };
  };
}
