import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { DetachSecurityProfileRequest, DetachSecurityProfileResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface DetachSecurityProfileCommandInput extends DetachSecurityProfileRequest {} export interface DetachSecurityProfileCommandOutput extends DetachSecurityProfileResponse, __MetadataBearer {} declare const DetachSecurityProfileCommand_base: { new ( input: DetachSecurityProfileCommandInput ): import("@smithy/core/client").CommandImpl< DetachSecurityProfileCommandInput, DetachSecurityProfileCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DetachSecurityProfileCommandInput ): import("@smithy/core/client").CommandImpl< DetachSecurityProfileCommandInput, DetachSecurityProfileCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DetachSecurityProfileCommand extends DetachSecurityProfileCommand_base { protected static __types: { api: { input: DetachSecurityProfileRequest; output: {}; }; sdk: { input: DetachSecurityProfileCommandInput; output: DetachSecurityProfileCommandOutput; }; }; }