import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateLinkAttributesRequest, UpdateLinkAttributesResponse } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateLinkAttributesCommandInput extends UpdateLinkAttributesRequest {} export interface UpdateLinkAttributesCommandOutput extends UpdateLinkAttributesResponse, __MetadataBearer {} declare const UpdateLinkAttributesCommand_base: { new ( input: UpdateLinkAttributesCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateLinkAttributesCommandInput, UpdateLinkAttributesCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateLinkAttributesCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateLinkAttributesCommandInput, UpdateLinkAttributesCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateLinkAttributesCommand extends UpdateLinkAttributesCommand_base { protected static __types: { api: { input: UpdateLinkAttributesRequest; output: {}; }; sdk: { input: UpdateLinkAttributesCommandInput; output: UpdateLinkAttributesCommandOutput; }; }; }