UNPKG

electron-builder-lib

Version:
5 lines (4 loc) 199 B
import { Lazy } from "lazy-val"; export declare function getLinuxToolsPath(): Promise<string>; export declare const fpmPath: Lazy<string>; export declare function prefetchBuildTools(): Promise<any>;