export declare function getHomeDir(): string; export declare function getKWOSDir(): string; export declare function getServersDir(): string; export declare function getCacheDir(): string; export declare function getConfigPath(): string; export declare function getPlatform(): 'win32' | 'darwin' | 'linux'; export declare function normalizePath(p: string): string; //# sourceMappingURL=platform.d.ts.map