import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  DetectCustomLabelsRequest,
  DetectCustomLabelsResponse,
} from "../models/models_0";
export { __MetadataBearer };
export interface DetectCustomLabelsCommandInput
  extends DetectCustomLabelsRequest {}
export interface DetectCustomLabelsCommandOutput
  extends DetectCustomLabelsResponse,
    __MetadataBearer {}
declare const DetectCustomLabelsCommand_base: {
  new (
    input: DetectCustomLabelsCommandInput
  ): import("@smithy/core/client").CommandImpl<
    DetectCustomLabelsCommandInput,
    DetectCustomLabelsCommandOutput,
    import("..").RekognitionClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  new (
    input: DetectCustomLabelsCommandInput
  ): import("@smithy/core/client").CommandImpl<
    DetectCustomLabelsCommandInput,
    DetectCustomLabelsCommandOutput,
    import("..").RekognitionClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class DetectCustomLabelsCommand extends DetectCustomLabelsCommand_base {
  protected static __types: {
    api: {
      input: DetectCustomLabelsRequest;
      output: DetectCustomLabelsResponse;
    };
    sdk: {
      input: DetectCustomLabelsCommandInput;
      output: DetectCustomLabelsCommandOutput;
    };
  };
}
