import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetDevicesRequest, GetDevicesResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetDevicesCommandInput extends GetDevicesRequest {} export interface GetDevicesCommandOutput extends GetDevicesResponse, __MetadataBearer {} declare const GetDevicesCommand_base: { new ( input: GetDevicesCommandInput, ): import("@smithy/core/client").CommandImpl< GetDevicesCommandInput, GetDevicesCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetDevicesCommandInput, ): import("@smithy/core/client").CommandImpl< GetDevicesCommandInput, GetDevicesCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetDevicesCommand extends GetDevicesCommand_base { protected static __types: { api: { input: GetDevicesRequest; output: GetDevicesResponse; }; sdk: { input: GetDevicesCommandInput; output: GetDevicesCommandOutput; }; }; }