import { InjectionToken } from '@outposts/injection-js';
export type PlatformId = 'browser' | 'server';
export declare const PLATFORM_ID: InjectionToken<PlatformId>;
export declare class PlatformProvider {
    private readonly platformId;
    isBrowser(): boolean;
}
//# sourceMappingURL=platform.provider.d.ts.map