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