import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CloudTrailClient"; import { StartImportRequest, StartImportResponse } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface StartImportCommandInput extends StartImportRequest {} export interface StartImportCommandOutput extends StartImportResponse, __MetadataBearer {} declare const StartImportCommand_base: { new ( input: StartImportCommandInput ): import("@smithy/smithy-client").CommandImpl< StartImportCommandInput, StartImportCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [StartImportCommandInput] ): import("@smithy/smithy-client").CommandImpl< StartImportCommandInput, StartImportCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class StartImportCommand extends StartImportCommand_base { protected static __types: { api: { input: StartImportRequest; output: StartImportResponse; }; sdk: { input: StartImportCommandInput; output: StartImportCommandOutput; }; }; }