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