export interface CollectibleBalance {
    collection: string;
    tokenId: string;
    type: string;
    balance: number;
    checked: boolean;
}
//# sourceMappingURL=collectiblebalance.d.ts.map