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