import { InjectionToken } from '@angular/core'; export declare const FS_LIB_CONFIG: InjectionToken; export interface IFSConfig { mfeAppUrl?: string; backendBaseUrl?: string; }