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