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