export declare function isWSL(): boolean; /** * Returns the os of the platform * @returns current os */ export declare function getPlatform(): "win-x64" | "osx-x64" | "linux-x64" | null; //# sourceMappingURL=platform.d.ts.map