import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { RegisterAccountRequest, RegisterAccountResponse } from "../models/models_0"; export { __MetadataBearer }; export interface RegisterAccountCommandInput extends RegisterAccountRequest {} export interface RegisterAccountCommandOutput extends RegisterAccountResponse, __MetadataBearer {} declare const RegisterAccountCommand_base: { new ( input: RegisterAccountCommandInput, ): import("@smithy/core/client").CommandImpl< RegisterAccountCommandInput, RegisterAccountCommandOutput, import("..").IoTFleetWiseClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [RegisterAccountCommandInput] ): import("@smithy/core/client").CommandImpl< RegisterAccountCommandInput, RegisterAccountCommandOutput, import("..").IoTFleetWiseClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class RegisterAccountCommand extends RegisterAccountCommand_base { protected static __types: { api: { input: RegisterAccountRequest; output: RegisterAccountResponse; }; sdk: { input: RegisterAccountCommandInput; output: RegisterAccountCommandOutput; }; }; }