import type { Paginator } from "@smithy/types"; import { DescribeDataSharesForConsumerCommandInput, DescribeDataSharesForConsumerCommandOutput } from "../commands/DescribeDataSharesForConsumerCommand"; import { RedshiftPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeDataSharesForConsumer: (config: RedshiftPaginationConfiguration, input: DescribeDataSharesForConsumerCommandInput, ...rest: any[]) => Paginator;