export declare class AppConfigService { private platformId; constructor(platformId: Object); isPlatformServer(): boolean; }