import { Bone } from '../util/leoric.ts';
export declare class PackageVersionManifest extends Bone {
    id: bigint;
    createdAt: Date;
    updatedAt: Date;
    packageId: string;
    packageVersionId: string;
    packageVersionManifestId: string;
    manifest: any;
}
