import { InjectionToken } from "@angular/core"; export declare const ASTER_CONFIG: InjectionToken; export interface AsterConfig { production: boolean; domain: { production: string; dev: string; }; port: { production: number; dev: number; }; auth: { jwt: { key1: string; key2: string; key3: string; key4: string; key5: string; }; successRouteKey: string; }; }