import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateCustomDomainAssociationMessage, CreateCustomDomainAssociationResult, } from "../models/models_0"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RedshiftClient"; export { __MetadataBearer }; export { $Command }; export interface CreateCustomDomainAssociationCommandInput extends CreateCustomDomainAssociationMessage {} export interface CreateCustomDomainAssociationCommandOutput extends CreateCustomDomainAssociationResult, __MetadataBearer {} declare const CreateCustomDomainAssociationCommand_base: { new ( input: CreateCustomDomainAssociationCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateCustomDomainAssociationCommandInput, CreateCustomDomainAssociationCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateCustomDomainAssociationCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateCustomDomainAssociationCommandInput, CreateCustomDomainAssociationCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateCustomDomainAssociationCommand extends CreateCustomDomainAssociationCommand_base { protected static __types: { api: { input: CreateCustomDomainAssociationMessage; output: CreateCustomDomainAssociationResult; }; sdk: { input: CreateCustomDomainAssociationCommandInput; output: CreateCustomDomainAssociationCommandOutput; }; }; }