import type { Paginator } from "@smithy/types";
import { GetSegmentDetectionCommandInput, GetSegmentDetectionCommandOutput } from "../commands/GetSegmentDetectionCommand";
import type { RekognitionPaginationConfiguration } from "./Interfaces";
/**
 * @public
 */
export declare const paginateGetSegmentDetection: (config: RekognitionPaginationConfiguration, input: GetSegmentDetectionCommandInput, ...rest: any[]) => Paginator<GetSegmentDetectionCommandOutput>;
