import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartAssetBundleImportJobRequest, StartAssetBundleImportJobResponse, } from "../models/models_4"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../QuickSightClient"; export { __MetadataBearer }; export { $Command }; export interface StartAssetBundleImportJobCommandInput extends StartAssetBundleImportJobRequest {} export interface StartAssetBundleImportJobCommandOutput extends StartAssetBundleImportJobResponse, __MetadataBearer {} declare const StartAssetBundleImportJobCommand_base: { new ( input: StartAssetBundleImportJobCommandInput ): import("@smithy/smithy-client").CommandImpl< StartAssetBundleImportJobCommandInput, StartAssetBundleImportJobCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: StartAssetBundleImportJobCommandInput ): import("@smithy/smithy-client").CommandImpl< StartAssetBundleImportJobCommandInput, StartAssetBundleImportJobCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class StartAssetBundleImportJobCommand extends StartAssetBundleImportJobCommand_base { protected static __types: { api: { input: StartAssetBundleImportJobRequest; output: StartAssetBundleImportJobResponse; }; sdk: { input: StartAssetBundleImportJobCommandInput; output: StartAssetBundleImportJobCommandOutput; }; }; }