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