import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  GetSegmentDetectionRequest,
  GetSegmentDetectionResponse,
} from "../models/models_0";
export { __MetadataBearer };
export interface GetSegmentDetectionCommandInput
  extends GetSegmentDetectionRequest {}
export interface GetSegmentDetectionCommandOutput
  extends GetSegmentDetectionResponse,
    __MetadataBearer {}
declare const GetSegmentDetectionCommand_base: {
  new (
    input: GetSegmentDetectionCommandInput
  ): import("@smithy/core/client").CommandImpl<
    GetSegmentDetectionCommandInput,
    GetSegmentDetectionCommandOutput,
    import("..").RekognitionClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  new (
    input: GetSegmentDetectionCommandInput
  ): import("@smithy/core/client").CommandImpl<
    GetSegmentDetectionCommandInput,
    GetSegmentDetectionCommandOutput,
    import("..").RekognitionClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class GetSegmentDetectionCommand extends GetSegmentDetectionCommand_base {
  protected static __types: {
    api: {
      input: GetSegmentDetectionRequest;
      output: GetSegmentDetectionResponse;
    };
    sdk: {
      input: GetSegmentDetectionCommandInput;
      output: GetSegmentDetectionCommandOutput;
    };
  };
}
