/**
 * Fetches app allocation data for the specified number of recent rounds
 * @param lastNRounds Number of past rounds to retrieve data for
 */
export declare const getAppShares: (lastNRounds?: number) => Promise<void>;
