import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  GetLabelDetectionRequest,
  GetLabelDetectionResponse,
} from "../models/models_0";
export { __MetadataBearer };
export interface GetLabelDetectionCommandInput
  extends GetLabelDetectionRequest {}
export interface GetLabelDetectionCommandOutput
  extends GetLabelDetectionResponse,
    __MetadataBearer {}
declare const GetLabelDetectionCommand_base: {
  new (
    input: GetLabelDetectionCommandInput
  ): import("@smithy/core/client").CommandImpl<
    GetLabelDetectionCommandInput,
    GetLabelDetectionCommandOutput,
    import("..").RekognitionClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  new (
    input: GetLabelDetectionCommandInput
  ): import("@smithy/core/client").CommandImpl<
    GetLabelDetectionCommandInput,
    GetLabelDetectionCommandOutput,
    import("..").RekognitionClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class GetLabelDetectionCommand extends GetLabelDetectionCommand_base {
  protected static __types: {
    api: {
      input: GetLabelDetectionRequest;
      output: GetLabelDetectionResponse;
    };
    sdk: {
      input: GetLabelDetectionCommandInput;
      output: GetLabelDetectionCommandOutput;
    };
  };
}
