import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartReferenceImportJobRequest, StartReferenceImportJobResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface StartReferenceImportJobCommandInput extends StartReferenceImportJobRequest {} export interface StartReferenceImportJobCommandOutput extends StartReferenceImportJobResponse, __MetadataBearer {} declare const StartReferenceImportJobCommand_base: { new ( input: StartReferenceImportJobCommandInput, ): import("@smithy/core/client").CommandImpl< StartReferenceImportJobCommandInput, StartReferenceImportJobCommandOutput, import("..").OmicsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartReferenceImportJobCommandInput, ): import("@smithy/core/client").CommandImpl< StartReferenceImportJobCommandInput, StartReferenceImportJobCommandOutput, import("..").OmicsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartReferenceImportJobCommand extends StartReferenceImportJobCommand_base { protected static __types: { api: { input: StartReferenceImportJobRequest; output: StartReferenceImportJobResponse; }; sdk: { input: StartReferenceImportJobCommandInput; output: StartReferenceImportJobCommandOutput; }; }; }