import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartImportTaskRequest, StartImportTaskResponse } from "../models/models_0"; export { __MetadataBearer }; export interface StartImportTaskCommandInput extends StartImportTaskRequest {} export interface StartImportTaskCommandOutput extends StartImportTaskResponse, __MetadataBearer {} declare const StartImportTaskCommand_base: { new ( input: StartImportTaskCommandInput, ): import("@smithy/core/client").CommandImpl< StartImportTaskCommandInput, StartImportTaskCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartImportTaskCommandInput, ): import("@smithy/core/client").CommandImpl< StartImportTaskCommandInput, StartImportTaskCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartImportTaskCommand extends StartImportTaskCommand_base { protected static __types: { api: { input: StartImportTaskRequest; output: StartImportTaskResponse; }; sdk: { input: StartImportTaskCommandInput; output: StartImportTaskCommandOutput; }; }; }