/** * Returns the current user's home folder path. * Throws if it cannot be determined. Successful results are cached. * @public */ export declare function getHomeFolder(): string; //# sourceMappingURL=getHomeFolder.d.ts.map