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