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