export declare function getHomePath(): string; export declare function getConfigPaths(): string[]; export declare function getPlatform(): NodeJS.Platform; export declare function isWindows(): boolean; export declare function isMacOS(): boolean; export declare function isLinux(): boolean; export declare function normalizeLineEndings(text: string): string; export declare function getUsername(): string; //# sourceMappingURL=platform.d.ts.map