import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteImportJobRequest, DeleteImportJobResponse } from "../models/models_1"; export { __MetadataBearer }; export interface DeleteImportJobCommandInput extends DeleteImportJobRequest {} export interface DeleteImportJobCommandOutput extends DeleteImportJobResponse, __MetadataBearer {} declare const DeleteImportJobCommand_base: { new ( input: DeleteImportJobCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteImportJobCommandInput, DeleteImportJobCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteImportJobCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteImportJobCommandInput, DeleteImportJobCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteImportJobCommand extends DeleteImportJobCommand_base { protected static __types: { api: { input: DeleteImportJobRequest; output: {}; }; sdk: { input: DeleteImportJobCommandInput; output: DeleteImportJobCommandOutput; }; }; }