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