import { Bone } from '../util/leoric.ts'; export declare class TokenPackage extends Bone { id: bigint; createdAt: Date; updatedAt: Date; tokenId: string; packageId: string; }