import { Paginator } from "@smithy/types"; import { DescribeDataSharesCommandInput, DescribeDataSharesCommandOutput, } from "../commands/DescribeDataSharesCommand"; import { RedshiftPaginationConfiguration } from "./Interfaces"; export declare const paginateDescribeDataShares: ( config: RedshiftPaginationConfiguration, input: DescribeDataSharesCommandInput, ...rest: any[] ) => Paginator;