export declare const CORE_PROTOCOL = "wc"; export declare const CORE_VERSION = 2; export declare const CORE_CONTEXT = "core"; export declare const CORE_STORAGE_PREFIX: string; export declare const CORE_DEFAULT: { name: string; logger: string; relayUrl: string; }; export declare const CORE_STORAGE_OPTIONS: { database: string; }; //# sourceMappingURL=core.d.ts.map