import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTWirelessClient"; import { UpdatePartnerAccountRequest, UpdatePartnerAccountResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface UpdatePartnerAccountCommandInput extends UpdatePartnerAccountRequest {} export interface UpdatePartnerAccountCommandOutput extends UpdatePartnerAccountResponse, __MetadataBearer {} declare const UpdatePartnerAccountCommand_base: { new ( input: UpdatePartnerAccountCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdatePartnerAccountCommandInput, UpdatePartnerAccountCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdatePartnerAccountCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdatePartnerAccountCommandInput, UpdatePartnerAccountCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdatePartnerAccountCommand extends UpdatePartnerAccountCommand_base { protected static __types: { api: { input: UpdatePartnerAccountRequest; output: {}; }; sdk: { input: UpdatePartnerAccountCommandInput; output: UpdatePartnerAccountCommandOutput; }; }; }