import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteImageSetRequest, DeleteImageSetResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteImageSetCommandInput extends DeleteImageSetRequest {} export interface DeleteImageSetCommandOutput extends DeleteImageSetResponse, __MetadataBearer {} declare const DeleteImageSetCommand_base: { new ( input: DeleteImageSetCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteImageSetCommandInput, DeleteImageSetCommandOutput, import("..").MedicalImagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteImageSetCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteImageSetCommandInput, DeleteImageSetCommandOutput, import("..").MedicalImagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteImageSetCommand extends DeleteImageSetCommand_base { protected static __types: { api: { input: DeleteImageSetRequest; output: DeleteImageSetResponse; }; sdk: { input: DeleteImageSetCommandInput; output: DeleteImageSetCommandOutput; }; }; }