import { IHubUserRequestOptions } from "../hub-types"; import { IVersion } from "./types/IVersion"; /** * Returns an IVersion object for the specified entity id and versionId * @param id * @param versionId * @param requestOptions * @returns */ export declare function getVersion(id: string, versionId: string, requestOptions: IHubUserRequestOptions): Promise;