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