import { OfficialGachaIndex, OfficialGachaPool, OfficialGachaType } from '../types'; export declare function getGachaIndex(): Promise; export declare function getGachaData(id: string): Promise; export declare function getOfficialGachaPool(type: keyof OfficialGachaType): Promise;