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