import { IPlatformService } from '../types'; export declare const createBrowserPlatformService: (window: Window) => IPlatformService;