import type { Target } from "../target"; import type { IoCache } from "./io"; export declare function installNetworkFilters(t: Target, ioCache?: IoCache): void;