export declare const platforms: string[];
export declare const currentPlatform: string;
export declare const PACKAGE_PATH: string;
export declare const LIB_PATH: string;
export declare const config: any;
export declare function getBin(name: string): string;