import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartDICOMImportJobRequest, StartDICOMImportJobResponse } from "../models/models_0"; export { __MetadataBearer }; export interface StartDICOMImportJobCommandInput extends StartDICOMImportJobRequest {} export interface StartDICOMImportJobCommandOutput extends StartDICOMImportJobResponse, __MetadataBearer {} declare const StartDICOMImportJobCommand_base: { new ( input: StartDICOMImportJobCommandInput, ): import("@smithy/core/client").CommandImpl< StartDICOMImportJobCommandInput, StartDICOMImportJobCommandOutput, import("..").MedicalImagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartDICOMImportJobCommandInput, ): import("@smithy/core/client").CommandImpl< StartDICOMImportJobCommandInput, StartDICOMImportJobCommandOutput, import("..").MedicalImagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartDICOMImportJobCommand extends StartDICOMImportJobCommand_base { protected static __types: { api: { input: StartDICOMImportJobRequest; output: StartDICOMImportJobResponse; }; sdk: { input: StartDICOMImportJobCommandInput; output: StartDICOMImportJobCommandOutput; }; }; }