/** * Path to the user-level preferences file. */ export declare function getUserPreferencesPath(): string; /** * For testing only: use this folder instead of the home directory for the user preferences. */ export declare function setMockUserPreferencesDir(newPath: string): void; /** * Get the currently set mock user preferences directory. * @internal */ export declare function _getMockUserPreferencesDir(): string | undefined; //# sourceMappingURL=getUserPreferencesPath.d.ts.map