declare const tokensSlots: {
    address: string;
    balanceSlot: number;
    approveSlot: number;
}[];

export { tokensSlots };
