import { web3 } from '@coral-xyz/anchor';
export declare const getOldBanxStakingAccounts: (programId: web3.PublicKey, connection: web3.Connection) => Promise<{
    adventures: any[];
    adventureSubscriptions: any[];
}>;
