import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetLinksRequest, GetLinksResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetLinksCommandInput extends GetLinksRequest {} export interface GetLinksCommandOutput extends GetLinksResponse, __MetadataBearer {} declare const GetLinksCommand_base: { new ( input: GetLinksCommandInput, ): import("@smithy/core/client").CommandImpl< GetLinksCommandInput, GetLinksCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetLinksCommandInput, ): import("@smithy/core/client").CommandImpl< GetLinksCommandInput, GetLinksCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetLinksCommand extends GetLinksCommand_base { protected static __types: { api: { input: GetLinksRequest; output: GetLinksResponse; }; sdk: { input: GetLinksCommandInput; output: GetLinksCommandOutput; }; }; }