import { InitLeaderboardReward } from '../../types';
export declare const initLeaderboardReward: (params: InitLeaderboardReward) => Promise<void>;
