import type { Paginator } from "@smithy/types"; import { DescribeTrafficSourcesCommandInput, DescribeTrafficSourcesCommandOutput } from "../commands/DescribeTrafficSourcesCommand"; import type { AutoScalingPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeTrafficSources: (config: AutoScalingPaginationConfiguration, input: DescribeTrafficSourcesCommandInput, ...rest: any[]) => Paginator;