import { NodeEntry } from '@alfresco/js-api'; import * as i0 from "@angular/core"; export declare class AutoDownloadService { private readonly dialog; private shouldDownload; /** * Opens the dialog to download the node content. * Determines whether node content should be auto downloaded based on the file size and the configured threshold. * @param node node entry * @param threshold file size threshold in MB */ tryDownload(node: NodeEntry, threshold: number): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }