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