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