import type { AgentFilterFunction } from "graphai"; export declare const fileCacheAgentFilter: AgentFilterFunction; export declare const browserlessCacheGenerator: (cacheDir: string) => AgentFilterFunction; export declare const getBackupFilePath: (originalPath: string) => string;