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