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