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