import type { DIST_NAMES } from '../../core/entity/Package.ts';
import { Bone } from '../util/leoric.ts';
export declare class ProxyCache extends Bone {
    id: bigint;
    createdAt: Date;
    updatedAt: Date;
    fullname: string;
    fileType: DIST_NAMES;
    filePath: string;
    version?: string;
}
