import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteAnnotationStoreVersionsRequest, DeleteAnnotationStoreVersionsResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteAnnotationStoreVersionsCommandInput extends DeleteAnnotationStoreVersionsRequest {} export interface DeleteAnnotationStoreVersionsCommandOutput extends DeleteAnnotationStoreVersionsResponse, __MetadataBearer {} declare const DeleteAnnotationStoreVersionsCommand_base: { new ( input: DeleteAnnotationStoreVersionsCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAnnotationStoreVersionsCommandInput, DeleteAnnotationStoreVersionsCommandOutput, import("..").OmicsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteAnnotationStoreVersionsCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAnnotationStoreVersionsCommandInput, DeleteAnnotationStoreVersionsCommandOutput, import("..").OmicsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteAnnotationStoreVersionsCommand extends DeleteAnnotationStoreVersionsCommand_base { protected static __types: { api: { input: DeleteAnnotationStoreVersionsRequest; output: DeleteAnnotationStoreVersionsResponse; }; sdk: { input: DeleteAnnotationStoreVersionsCommandInput; output: DeleteAnnotationStoreVersionsCommandOutput; }; }; }