import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { RegisterDevicesRequest } from "../models/models_4"; export { __MetadataBearer }; export interface RegisterDevicesCommandInput extends RegisterDevicesRequest {} export interface RegisterDevicesCommandOutput extends __MetadataBearer {} declare const RegisterDevicesCommand_base: { new ( input: RegisterDevicesCommandInput, ): import("@smithy/core/client").CommandImpl< RegisterDevicesCommandInput, RegisterDevicesCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: RegisterDevicesCommandInput, ): import("@smithy/core/client").CommandImpl< RegisterDevicesCommandInput, RegisterDevicesCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class RegisterDevicesCommand extends RegisterDevicesCommand_base { protected static __types: { api: { input: RegisterDevicesRequest; output: {}; }; sdk: { input: RegisterDevicesCommandInput; output: RegisterDevicesCommandOutput; }; }; }