import { Command as $Command } from "@smithy/core/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/core/client").CommandImpl< AttachSecurityProfileCommandInput, AttachSecurityProfileCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: AttachSecurityProfileCommandInput ): import("@smithy/core/client").CommandImpl< AttachSecurityProfileCommandInput, AttachSecurityProfileCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class AttachSecurityProfileCommand extends AttachSecurityProfileCommand_base { protected static __types: { api: { input: AttachSecurityProfileRequest; output: {}; }; sdk: { input: AttachSecurityProfileCommandInput; output: AttachSecurityProfileCommandOutput; }; }; }