import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { AttachPolicyRequest } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface AttachPolicyCommandInput extends AttachPolicyRequest {} export interface AttachPolicyCommandOutput extends __MetadataBearer {} declare const AttachPolicyCommand_base: { new ( input: AttachPolicyCommandInput ): import("@smithy/core/client").CommandImpl< AttachPolicyCommandInput, AttachPolicyCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: AttachPolicyCommandInput ): import("@smithy/core/client").CommandImpl< AttachPolicyCommandInput, AttachPolicyCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class AttachPolicyCommand extends AttachPolicyCommand_base { protected static __types: { api: { input: AttachPolicyRequest; output: {}; }; sdk: { input: AttachPolicyCommandInput; output: AttachPolicyCommandOutput; }; }; }