UNPKG

199 BTypeScriptView Raw
1import { Lazy } from "lazy-val";
2export declare function getLinuxToolsPath(): Promise<string>;
3export declare const fpmPath: Lazy<string>;
4export declare function prefetchBuildTools(): Promise<any>;