import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  StartSegmentDetectionRequest,
  StartSegmentDetectionResponse,
} from "../models/models_0";
export { __MetadataBearer };
export interface StartSegmentDetectionCommandInput
  extends StartSegmentDetectionRequest {}
export interface StartSegmentDetectionCommandOutput
  extends StartSegmentDetectionResponse,
    __MetadataBearer {}
declare const StartSegmentDetectionCommand_base: {
  new (
    input: StartSegmentDetectionCommandInput
  ): import("@smithy/core/client").CommandImpl<
    StartSegmentDetectionCommandInput,
    StartSegmentDetectionCommandOutput,
    import("..").RekognitionClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  new (
    input: StartSegmentDetectionCommandInput
  ): import("@smithy/core/client").CommandImpl<
    StartSegmentDetectionCommandInput,
    StartSegmentDetectionCommandOutput,
    import("..").RekognitionClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class StartSegmentDetectionCommand extends StartSegmentDetectionCommand_base {
  protected static __types: {
    api: {
      input: StartSegmentDetectionRequest;
      output: StartSegmentDetectionResponse;
    };
    sdk: {
      input: StartSegmentDetectionCommandInput;
      output: StartSegmentDetectionCommandOutput;
    };
  };
}
