import { Context } from '../core/context'; export interface IWatchablePathCacheCollection { indexFiles?: any; } export declare const WatchablePathCache: Record; export declare function bindWatcherReactions(ctx: Context): void;