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