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