import type { Paginator } from "@smithy/types"; import { DescribeSourceServersCommandInput, DescribeSourceServersCommandOutput } from "../commands/DescribeSourceServersCommand"; import type { DrsPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeSourceServers: (config: DrsPaginationConfiguration, input: DescribeSourceServersCommandInput, ...rest: any[]) => Paginator;