import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateAnnotationStoreRequest, CreateAnnotationStoreResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateAnnotationStoreCommandInput extends CreateAnnotationStoreRequest {} export interface CreateAnnotationStoreCommandOutput extends CreateAnnotationStoreResponse, __MetadataBearer {} declare const CreateAnnotationStoreCommand_base: { new ( input: CreateAnnotationStoreCommandInput, ): import("@smithy/core/client").CommandImpl< CreateAnnotationStoreCommandInput, CreateAnnotationStoreCommandOutput, import("..").OmicsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateAnnotationStoreCommandInput, ): import("@smithy/core/client").CommandImpl< CreateAnnotationStoreCommandInput, CreateAnnotationStoreCommandOutput, import("..").OmicsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateAnnotationStoreCommand extends CreateAnnotationStoreCommand_base { protected static __types: { api: { input: CreateAnnotationStoreRequest; output: CreateAnnotationStoreResponse; }; sdk: { input: CreateAnnotationStoreCommandInput; output: CreateAnnotationStoreCommandOutput; }; }; }