import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ImagebuilderClient"; import { PutComponentPolicyRequest, PutComponentPolicyResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface PutComponentPolicyCommandInput extends PutComponentPolicyRequest {} export interface PutComponentPolicyCommandOutput extends PutComponentPolicyResponse, __MetadataBearer {} declare const PutComponentPolicyCommand_base: { new ( input: PutComponentPolicyCommandInput ): import("@smithy/core/client").CommandImpl< PutComponentPolicyCommandInput, PutComponentPolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: PutComponentPolicyCommandInput ): import("@smithy/core/client").CommandImpl< PutComponentPolicyCommandInput, PutComponentPolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class PutComponentPolicyCommand extends PutComponentPolicyCommand_base { protected static __types: { api: { input: PutComponentPolicyRequest; output: PutComponentPolicyResponse; }; sdk: { input: PutComponentPolicyCommandInput; output: PutComponentPolicyCommandOutput; }; }; }