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