import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AssociateHostedZoneInput, AssociateHostedZoneOutput } from "../models/models_0"; export { __MetadataBearer }; export interface AssociateHostedZoneCommandInput extends AssociateHostedZoneInput {} export interface AssociateHostedZoneCommandOutput extends AssociateHostedZoneOutput, __MetadataBearer {} declare const AssociateHostedZoneCommand_base: { new ( input: AssociateHostedZoneCommandInput, ): import("@smithy/core/client").CommandImpl< AssociateHostedZoneCommandInput, AssociateHostedZoneCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AssociateHostedZoneCommandInput, ): import("@smithy/core/client").CommandImpl< AssociateHostedZoneCommandInput, AssociateHostedZoneCommandOutput, import("..").Route53GlobalResolverClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AssociateHostedZoneCommand extends AssociateHostedZoneCommand_base { protected static __types: { api: { input: AssociateHostedZoneInput; output: AssociateHostedZoneOutput; }; sdk: { input: AssociateHostedZoneCommandInput; output: AssociateHostedZoneCommandOutput; }; }; }