export declare const RUNTIME_MEMORY_LIMIT: number; export declare const second = 1000; export declare const minute: number; export declare const hour: number; export declare const PING_TIMEOUT: number; export declare const MIN_CONNECTIONS = 5; export declare const MAX_CONNECTIONS = 300; export declare const MIN_MESH_PEERS = 5; export declare const DIAL_CONCURRENCY = 10;