/** * Loaders for how many different workspaces will be kept. */ export declare const LOADER_CACHE_SIZE = 5; /** * How many insights will be kept for each workspace. */ export declare const INSIGHT_CACHE_SIZE = 20; //# sourceMappingURL=constants.d.ts.map