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