/** * Determines if the current platform is a browser. * */ export declare function isBrowserPlatform(): boolean;