import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetReferenceMetadataRequest, GetReferenceMetadataResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetReferenceMetadataCommandInput extends GetReferenceMetadataRequest {} export interface GetReferenceMetadataCommandOutput extends GetReferenceMetadataResponse, __MetadataBearer {} declare const GetReferenceMetadataCommand_base: { new ( input: GetReferenceMetadataCommandInput, ): import("@smithy/core/client").CommandImpl< GetReferenceMetadataCommandInput, GetReferenceMetadataCommandOutput, import("..").OmicsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetReferenceMetadataCommandInput, ): import("@smithy/core/client").CommandImpl< GetReferenceMetadataCommandInput, GetReferenceMetadataCommandOutput, import("..").OmicsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetReferenceMetadataCommand extends GetReferenceMetadataCommand_base { protected static __types: { api: { input: GetReferenceMetadataRequest; output: GetReferenceMetadataResponse; }; sdk: { input: GetReferenceMetadataCommandInput; output: GetReferenceMetadataCommandOutput; }; }; }