import { Tags } from "@waku/interfaces";
/**
 * The ENR tree for the different fleets.
 * SANDBOX and TEST fleets are for The Waku Network.
 */
export declare const enrTree: {
    SANDBOX: string;
    TEST: string;
};
export declare const DEFAULT_BOOTSTRAP_TAG_NAME = Tags.BOOTSTRAP;
export declare const DEFAULT_BOOTSTRAP_TAG_VALUE = 50;
export declare const DEFAULT_BOOTSTRAP_TAG_TTL = 100000000;
