export type Os = 'mac-os' | 'linux' | 'windows' | 'unknown';
export declare function getPlatform(): Os;
