import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTWirelessClient"; import { GetPartnerAccountRequest, GetPartnerAccountResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetPartnerAccountCommandInput extends GetPartnerAccountRequest {} export interface GetPartnerAccountCommandOutput extends GetPartnerAccountResponse, __MetadataBearer {} declare const GetPartnerAccountCommand_base: { new ( input: GetPartnerAccountCommandInput ): import("@smithy/smithy-client").CommandImpl< GetPartnerAccountCommandInput, GetPartnerAccountCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetPartnerAccountCommandInput ): import("@smithy/smithy-client").CommandImpl< GetPartnerAccountCommandInput, GetPartnerAccountCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetPartnerAccountCommand extends GetPartnerAccountCommand_base { protected static __types: { api: { input: GetPartnerAccountRequest; output: GetPartnerAccountResponse; }; sdk: { input: GetPartnerAccountCommandInput; output: GetPartnerAccountCommandOutput; }; }; }