import { ContentApi } from '@alfresco/js-api'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class ContentVersionService { private readonly alfrescoApi; private _contentApi; get contentApi(): ContentApi; /** * Get content URL for the given nodeId and specific version. * * @param nodeId The ID of the node * @param versionId The ID of the version * @param attachment Retrieve content as an attachment for download * @returns The URL address pointing to the content. */ getVersionContentUrl(nodeId: string, versionId: string, attachment?: boolean): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }