import type { Paginator } from "@smithy/types"; import { DescribeIpamPoolsCommandInput, DescribeIpamPoolsCommandOutput } from "../commands/DescribeIpamPoolsCommand"; import type { EC2PaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeIpamPools: (config: EC2PaginationConfiguration, input: DescribeIpamPoolsCommandInput, ...rest: any[]) => Paginator;