import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartImportJobRequest, StartImportJobResponse } from "../models/models_1"; export { __MetadataBearer }; export interface StartImportJobCommandInput extends StartImportJobRequest {} export interface StartImportJobCommandOutput extends StartImportJobResponse, __MetadataBearer {} declare const StartImportJobCommand_base: { new ( input: StartImportJobCommandInput, ): import("@smithy/core/client").CommandImpl< StartImportJobCommandInput, StartImportJobCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartImportJobCommandInput, ): import("@smithy/core/client").CommandImpl< StartImportJobCommandInput, StartImportJobCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartImportJobCommand extends StartImportJobCommand_base { protected static __types: { api: { input: StartImportJobRequest; output: StartImportJobResponse; }; sdk: { input: StartImportJobCommandInput; output: StartImportJobCommandOutput; }; }; }