import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeregisterDevicesRequest } from "../models/models_2"; export { __MetadataBearer }; export interface DeregisterDevicesCommandInput extends DeregisterDevicesRequest {} export interface DeregisterDevicesCommandOutput extends __MetadataBearer {} declare const DeregisterDevicesCommand_base: { new ( input: DeregisterDevicesCommandInput, ): import("@smithy/core/client").CommandImpl< DeregisterDevicesCommandInput, DeregisterDevicesCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeregisterDevicesCommandInput, ): import("@smithy/core/client").CommandImpl< DeregisterDevicesCommandInput, DeregisterDevicesCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeregisterDevicesCommand extends DeregisterDevicesCommand_base { protected static __types: { api: { input: DeregisterDevicesRequest; output: {}; }; sdk: { input: DeregisterDevicesCommandInput; output: DeregisterDevicesCommandOutput; }; }; }