import { AppServerLocale } from '../types'; interface GachaInfoI18nData { item_id: string; name: string; item_type: string; rank_type: '3' | '4' | '5'; } export declare function getAllIds(lang?: AppServerLocale): Promise; export declare function getCharacterIds(lang?: AppServerLocale): Promise; export {};