import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  IoTClientResolvedConfig,
  ServiceInputTypes,
  ServiceOutputTypes,
} from "../IoTClient";
import {
  AttachSecurityProfileRequest,
  AttachSecurityProfileResponse,
} from "../models/models_0";
export { __MetadataBearer };
export { $Command };
export interface AttachSecurityProfileCommandInput
  extends AttachSecurityProfileRequest {}
export interface AttachSecurityProfileCommandOutput
  extends AttachSecurityProfileResponse,
    __MetadataBearer {}
declare const AttachSecurityProfileCommand_base: {
  new (
    input: AttachSecurityProfileCommandInput
  ): import("@smithy/smithy-client").CommandImpl<
    AttachSecurityProfileCommandInput,
    AttachSecurityProfileCommandOutput,
    IoTClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  new (
    __0_0: AttachSecurityProfileCommandInput
  ): import("@smithy/smithy-client").CommandImpl<
    AttachSecurityProfileCommandInput,
    AttachSecurityProfileCommandOutput,
    IoTClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class AttachSecurityProfileCommand extends AttachSecurityProfileCommand_base {}
