import { ModuleConfig } from './types';
export declare const calculateDefaultReward: (config: ModuleConfig, height: number) => bigint;
