export declare const SUPPORTED_PLATFORMS: {
    DARWIN: string;
    LINUX: string;
    WIN32: string;
};
