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