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