import type { PeerCache } from "@waku/interfaces";
export declare const defaultCache: () => PeerCache;
