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