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