import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AssociateLinkRequest, AssociateLinkResponse } from "../models/models_0"; export { __MetadataBearer }; export interface AssociateLinkCommandInput extends AssociateLinkRequest {} export interface AssociateLinkCommandOutput extends AssociateLinkResponse, __MetadataBearer {} declare const AssociateLinkCommand_base: { new ( input: AssociateLinkCommandInput, ): import("@smithy/core/client").CommandImpl< AssociateLinkCommandInput, AssociateLinkCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AssociateLinkCommandInput, ): import("@smithy/core/client").CommandImpl< AssociateLinkCommandInput, AssociateLinkCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AssociateLinkCommand extends AssociateLinkCommand_base { protected static __types: { api: { input: AssociateLinkRequest; output: AssociateLinkResponse; }; sdk: { input: AssociateLinkCommandInput; output: AssociateLinkCommandOutput; }; }; }