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