import { Paginator } from "@smithy/types";
import { GetSnapshotsCommandInput, GetSnapshotsCommandOutput } from "../commands/GetSnapshotsCommand";
import { KendraPaginationConfiguration } from "./Interfaces";
/**
 * @public
 */
export declare const paginateGetSnapshots: (config: KendraPaginationConfiguration, input: GetSnapshotsCommandInput, ...rest: any[]) => Paginator<GetSnapshotsCommandOutput>;
