import { ModuleWithProviders } from '@angular/core'; export * from './platform'; export * from './features'; export declare class PlatformModule { static forRoot(): ModuleWithProviders; }