export declare const cache: Record<string, any>;
export declare const onCache: <T = any>(key: string, cb: (value: T) => void) => void;
