import { Bone } from '../util/leoric.ts';
export declare class PackageDep extends Bone {
    id: bigint;
    createdAt: Date;
    updatedAt: Date;
    packageVersionId: string;
    packageDepId: string;
    scope: string;
    name: string;
    spec: string;
}
