import { Command as $Command } from "@smithy/smithy-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/smithy-client").CommandImpl<
    DetachSecurityProfileCommandInput,
    DetachSecurityProfileCommandOutput,
    IoTClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  new (
    __0_0: DetachSecurityProfileCommandInput
  ): import("@smithy/smithy-client").CommandImpl<
    DetachSecurityProfileCommandInput,
    DetachSecurityProfileCommandOutput,
    IoTClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DetachSecurityProfileCommand extends DetachSecurityProfileCommand_base {}
