import { Observable } from 'rxjs'; import { Appointment, Configs } from '../types/main'; import * as i0 from "@angular/core"; export declare const DEFAULT_CONFIGS: Configs; export declare class StoreService { #private; constructor(); get _events(): Observable; get _configs(): Observable; set $events(newValue: Appointment[]); set $configs(newValue: Configs); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }