import { Paginator } from "@smithy/types"; import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput, } from "../commands/DescribeSnapshotsCommand"; import { ElastiCachePaginationConfiguration } from "./Interfaces"; export declare const paginateDescribeSnapshots: ( config: ElastiCachePaginationConfiguration, input: DescribeSnapshotsCommandInput, ...rest: any[] ) => Paginator;