interface BlockConfig { oneHour: number; maxBlockLookBack: number; } /** * Default configuration for different blockchain networks. * Each network is identified by its chain ID. */ export declare const blockDefaults: Record; export {};