import type { Target } from "../target"; export type IoCache = Map; export declare function installIoFilters(t: Target): IoCache;