import type { Platform } from './platform_types'; export declare function is_node(): boolean; export declare function is_react_native(): boolean; export declare function get_platform(): Platform;