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