import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  StartLabelDetectionRequest,
  StartLabelDetectionResponse,
} from "../models/models_0";
export { __MetadataBearer };
export interface StartLabelDetectionCommandInput
  extends StartLabelDetectionRequest {}
export interface StartLabelDetectionCommandOutput
  extends StartLabelDetectionResponse,
    __MetadataBearer {}
declare const StartLabelDetectionCommand_base: {
  new (
    input: StartLabelDetectionCommandInput
  ): import("@smithy/core/client").CommandImpl<
    StartLabelDetectionCommandInput,
    StartLabelDetectionCommandOutput,
    import("..").RekognitionClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  new (
    input: StartLabelDetectionCommandInput
  ): import("@smithy/core/client").CommandImpl<
    StartLabelDetectionCommandInput,
    StartLabelDetectionCommandOutput,
    import("..").RekognitionClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class StartLabelDetectionCommand extends StartLabelDetectionCommand_base {
  protected static __types: {
    api: {
      input: StartLabelDetectionRequest;
      output: StartLabelDetectionResponse;
    };
    sdk: {
      input: StartLabelDetectionCommandInput;
      output: StartLabelDetectionCommandOutput;
    };
  };
}
