export declare const getPlatform: () => any;
export declare const getArchitecture: () => any;
export declare const isWindows: () => boolean;
