export declare class PlatformService { private platformId; isBrowser: boolean; constructor(platformId: Object); }