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