export declare class Platform { static OS: string; static Version: number; static select(params: { figma?: Function; [key: string]: Function; }): any; }