import type { Paginator } from "@smithy/types"; import { DescribeCacheSubnetGroupsCommandInput, DescribeCacheSubnetGroupsCommandOutput } from "../commands/DescribeCacheSubnetGroupsCommand"; import type { ElastiCachePaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeCacheSubnetGroups: (config: ElastiCachePaginationConfiguration, input: DescribeCacheSubnetGroupsCommandInput, ...rest: any[]) => Paginator;