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