import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateAnnotationStoreRequest, UpdateAnnotationStoreResponse } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateAnnotationStoreCommandInput extends UpdateAnnotationStoreRequest {} export interface UpdateAnnotationStoreCommandOutput extends UpdateAnnotationStoreResponse, __MetadataBearer {} declare const UpdateAnnotationStoreCommand_base: { new ( input: UpdateAnnotationStoreCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateAnnotationStoreCommandInput, UpdateAnnotationStoreCommandOutput, import("..").OmicsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateAnnotationStoreCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateAnnotationStoreCommandInput, UpdateAnnotationStoreCommandOutput, import("..").OmicsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateAnnotationStoreCommand extends UpdateAnnotationStoreCommand_base { protected static __types: { api: { input: UpdateAnnotationStoreRequest; output: UpdateAnnotationStoreResponse; }; sdk: { input: UpdateAnnotationStoreCommandInput; output: UpdateAnnotationStoreCommandOutput; }; }; }