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