import { Paginator } from "@smithy/types"; import { DescribeGlobalClustersCommandInput, DescribeGlobalClustersCommandOutput, } from "../commands/DescribeGlobalClustersCommand"; import { DocDBPaginationConfiguration } from "./Interfaces"; export declare const paginateDescribeGlobalClusters: ( config: DocDBPaginationConfiguration, input: DescribeGlobalClustersCommandInput, ...rest: any[] ) => Paginator;