import { WatchOp } from "droff/caches/resources"; export declare const filterWatch: (f: (resource: T) => boolean) => (op: WatchOp) => WatchOp; export declare const mapWatch: (f: (resource: T) => R) => (op: WatchOp) => WatchOp;