import { ModuleWithServices } from '@rxdi/core'; import { PlaygroundConfig } from './palyground.config'; export declare class PlaygroundModule { static forRoot(config?: PlaygroundConfig): ModuleWithServices; }