import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DisassociateLinkRequest, DisassociateLinkResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DisassociateLinkCommandInput extends DisassociateLinkRequest {} export interface DisassociateLinkCommandOutput extends DisassociateLinkResponse, __MetadataBearer {} declare const DisassociateLinkCommand_base: { new ( input: DisassociateLinkCommandInput, ): import("@smithy/core/client").CommandImpl< DisassociateLinkCommandInput, DisassociateLinkCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DisassociateLinkCommandInput, ): import("@smithy/core/client").CommandImpl< DisassociateLinkCommandInput, DisassociateLinkCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DisassociateLinkCommand extends DisassociateLinkCommand_base { protected static __types: { api: { input: DisassociateLinkRequest; output: DisassociateLinkResponse; }; sdk: { input: DisassociateLinkCommandInput; output: DisassociateLinkCommandOutput; }; }; }