/** * This service is a browser service * * @example * BrowserService.isBrowser; * */ export declare class BrowserService { private platformId; /** * Get the isBrowser value. */ isBrowser: boolean; constructor(platformId: any); }