import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DisassociateVPCFromHostedZoneRequest, DisassociateVPCFromHostedZoneResponse, } from "../models/models_0"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../Route53Client"; export { __MetadataBearer }; export { $Command }; export interface DisassociateVPCFromHostedZoneCommandInput extends DisassociateVPCFromHostedZoneRequest {} export interface DisassociateVPCFromHostedZoneCommandOutput extends DisassociateVPCFromHostedZoneResponse, __MetadataBearer {} declare const DisassociateVPCFromHostedZoneCommand_base: { new ( input: DisassociateVPCFromHostedZoneCommandInput ): import("@smithy/smithy-client").CommandImpl< DisassociateVPCFromHostedZoneCommandInput, DisassociateVPCFromHostedZoneCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DisassociateVPCFromHostedZoneCommandInput ): import("@smithy/smithy-client").CommandImpl< DisassociateVPCFromHostedZoneCommandInput, DisassociateVPCFromHostedZoneCommandOutput, Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DisassociateVPCFromHostedZoneCommand extends DisassociateVPCFromHostedZoneCommand_base { protected static __types: { api: { input: DisassociateVPCFromHostedZoneRequest; output: DisassociateVPCFromHostedZoneResponse; }; sdk: { input: DisassociateVPCFromHostedZoneCommandInput; output: DisassociateVPCFromHostedZoneCommandOutput; }; }; }