import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetAnnotationStoreVersionRequest, GetAnnotationStoreVersionResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetAnnotationStoreVersionCommandInput extends GetAnnotationStoreVersionRequest {} export interface GetAnnotationStoreVersionCommandOutput extends GetAnnotationStoreVersionResponse, __MetadataBearer {} declare const GetAnnotationStoreVersionCommand_base: { new ( input: GetAnnotationStoreVersionCommandInput, ): import("@smithy/core/client").CommandImpl< GetAnnotationStoreVersionCommandInput, GetAnnotationStoreVersionCommandOutput, import("..").OmicsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetAnnotationStoreVersionCommandInput, ): import("@smithy/core/client").CommandImpl< GetAnnotationStoreVersionCommandInput, GetAnnotationStoreVersionCommandOutput, import("..").OmicsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetAnnotationStoreVersionCommand extends GetAnnotationStoreVersionCommand_base { protected static __types: { api: { input: GetAnnotationStoreVersionRequest; output: GetAnnotationStoreVersionResponse; }; sdk: { input: GetAnnotationStoreVersionCommandInput; output: GetAnnotationStoreVersionCommandOutput; }; }; }