import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CustomDomainAssociationsMessage, DescribeCustomDomainAssociationsMessage, } from "../models/models_0"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RedshiftClient"; export { __MetadataBearer }; export { $Command }; export interface DescribeCustomDomainAssociationsCommandInput extends DescribeCustomDomainAssociationsMessage {} export interface DescribeCustomDomainAssociationsCommandOutput extends CustomDomainAssociationsMessage, __MetadataBearer {} declare const DescribeCustomDomainAssociationsCommand_base: { new ( input: DescribeCustomDomainAssociationsCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeCustomDomainAssociationsCommandInput, DescribeCustomDomainAssociationsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [DescribeCustomDomainAssociationsCommandInput] ): import("@smithy/smithy-client").CommandImpl< DescribeCustomDomainAssociationsCommandInput, DescribeCustomDomainAssociationsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DescribeCustomDomainAssociationsCommand extends DescribeCustomDomainAssociationsCommand_base { protected static __types: { api: { input: DescribeCustomDomainAssociationsMessage; output: CustomDomainAssociationsMessage; }; sdk: { input: DescribeCustomDomainAssociationsCommandInput; output: DescribeCustomDomainAssociationsCommandOutput; }; }; }