import { Tags } from "@waku/interfaces";
export declare const DEFAULT_PEER_CACHE_TAG_NAME = Tags.PEER_CACHE;
export declare const DEFAULT_PEER_CACHE_TAG_VALUE = 50;
