import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AttachPolicyRequest, AttachPolicyResponse } from "../models/models_0"; export { __MetadataBearer }; export interface AttachPolicyCommandInput extends AttachPolicyRequest {} export interface AttachPolicyCommandOutput extends AttachPolicyResponse, __MetadataBearer {} declare const AttachPolicyCommand_base: { new ( input: AttachPolicyCommandInput, ): import("@smithy/core/client").CommandImpl< AttachPolicyCommandInput, AttachPolicyCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AttachPolicyCommandInput, ): import("@smithy/core/client").CommandImpl< AttachPolicyCommandInput, AttachPolicyCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AttachPolicyCommand extends AttachPolicyCommand_base { protected static __types: { api: { input: AttachPolicyRequest; output: {}; }; sdk: { input: AttachPolicyCommandInput; output: AttachPolicyCommandOutput; }; }; }