export interface Platform { name: string; version: string; } export declare const platform: { name: any; version: any; };