import { Bone } from '../util/leoric.ts';
export declare class Total extends Bone {
    id: bigint;
    createdAt: Date;
    updatedAt: Date;
    type: string;
    count: bigint;
}
