import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetLinkAttributesRequest, GetLinkAttributesResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetLinkAttributesCommandInput extends GetLinkAttributesRequest {} export interface GetLinkAttributesCommandOutput extends GetLinkAttributesResponse, __MetadataBearer {} declare const GetLinkAttributesCommand_base: { new ( input: GetLinkAttributesCommandInput, ): import("@smithy/core/client").CommandImpl< GetLinkAttributesCommandInput, GetLinkAttributesCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetLinkAttributesCommandInput, ): import("@smithy/core/client").CommandImpl< GetLinkAttributesCommandInput, GetLinkAttributesCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetLinkAttributesCommand extends GetLinkAttributesCommand_base { protected static __types: { api: { input: GetLinkAttributesRequest; output: GetLinkAttributesResponse; }; sdk: { input: GetLinkAttributesCommandInput; output: GetLinkAttributesCommandOutput; }; }; }