export interface FetchOptions { cache?: boolean; } export declare function fetchOpenInsider(path: string, options?: FetchOptions): Promise; export { clearCache } from "../cache.js";