import type { Root } from '../types'; export declare let root: Root | null; export declare let cache: Set | null; export declare function patchWith(object: any, shouldCache: boolean, callback: Function): any;