import { Bone } from '../util/leoric.ts'; export declare class Binary extends Bone { id: bigint; createdAt: Date; updatedAt: Date; binaryId: string; category: string; parent: string; name: string; isDir: boolean; size: number; date: string; }