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