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