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