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