import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DeviceFarmClient"; import { UpdateDevicePoolRequest, UpdateDevicePoolResult, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface UpdateDevicePoolCommandInput extends UpdateDevicePoolRequest {} export interface UpdateDevicePoolCommandOutput extends UpdateDevicePoolResult, __MetadataBearer {} declare const UpdateDevicePoolCommand_base: { new ( input: UpdateDevicePoolCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateDevicePoolCommandInput, UpdateDevicePoolCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateDevicePoolCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateDevicePoolCommandInput, UpdateDevicePoolCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateDevicePoolCommand extends UpdateDevicePoolCommand_base { protected static __types: { api: { input: UpdateDevicePoolRequest; output: UpdateDevicePoolResult; }; sdk: { input: UpdateDevicePoolCommandInput; output: UpdateDevicePoolCommandOutput; }; }; }