import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetAnnotationStoreRequest, GetAnnotationStoreResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetAnnotationStoreCommandInput extends GetAnnotationStoreRequest {} export interface GetAnnotationStoreCommandOutput extends GetAnnotationStoreResponse, __MetadataBearer {} declare const GetAnnotationStoreCommand_base: { new ( input: GetAnnotationStoreCommandInput, ): import("@smithy/core/client").CommandImpl< GetAnnotationStoreCommandInput, GetAnnotationStoreCommandOutput, import("..").OmicsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetAnnotationStoreCommandInput, ): import("@smithy/core/client").CommandImpl< GetAnnotationStoreCommandInput, GetAnnotationStoreCommandOutput, import("..").OmicsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetAnnotationStoreCommand extends GetAnnotationStoreCommand_base { protected static __types: { api: { input: GetAnnotationStoreRequest; output: GetAnnotationStoreResponse; }; sdk: { input: GetAnnotationStoreCommandInput; output: GetAnnotationStoreCommandOutput; }; }; }