export = getGachaPools;
/**
 * @method getGachaPools
 * @description parse pages and download pools, gacha infos and icon infos
 * @param { function } logger logger
 */
declare function getGachaPools(logger?: Function): Promise<void>;
