import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../AppStreamClient"; import { CreateImportedImageRequest, CreateImportedImageResult, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateImportedImageCommandInput extends CreateImportedImageRequest {} export interface CreateImportedImageCommandOutput extends CreateImportedImageResult, __MetadataBearer {} declare const CreateImportedImageCommand_base: { new ( input: CreateImportedImageCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateImportedImageCommandInput, CreateImportedImageCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateImportedImageCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateImportedImageCommandInput, CreateImportedImageCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateImportedImageCommand extends CreateImportedImageCommand_base { protected static __types: { api: { input: CreateImportedImageRequest; output: CreateImportedImageResult; }; sdk: { input: CreateImportedImageCommandInput; output: CreateImportedImageCommandOutput; }; }; }