import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteAnnotationStoreRequest, DeleteAnnotationStoreResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteAnnotationStoreCommandInput extends DeleteAnnotationStoreRequest {} export interface DeleteAnnotationStoreCommandOutput extends DeleteAnnotationStoreResponse, __MetadataBearer {} declare const DeleteAnnotationStoreCommand_base: { new ( input: DeleteAnnotationStoreCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAnnotationStoreCommandInput, DeleteAnnotationStoreCommandOutput, import("..").OmicsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteAnnotationStoreCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAnnotationStoreCommandInput, DeleteAnnotationStoreCommandOutput, import("..").OmicsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteAnnotationStoreCommand extends DeleteAnnotationStoreCommand_base { protected static __types: { api: { input: DeleteAnnotationStoreRequest; output: DeleteAnnotationStoreResponse; }; sdk: { input: DeleteAnnotationStoreCommandInput; output: DeleteAnnotationStoreCommandOutput; }; }; }