import { Bone } from '../util/leoric.ts';
export declare class Package extends Bone {
    id: bigint;
    createdAt: Date;
    updatedAt: Date;
    packageId: string;
    registryId: string;
    scope: string;
    name: string;
    isPrivate: boolean;
    description: string;
    abbreviatedsDistId: string;
    manifestsDistId: string;
}
