import { Bone } from 'leoric';
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;
}
