import { AppGachaPool, OfficialGachaPool } from '../types'; export declare function poolStructureConverter(data: OfficialGachaPool): AppGachaPool;