import { Bone } from '../util/leoric.ts';
export declare class Change extends Bone {
    id: bigint;
    createdAt: Date;
    updatedAt: Date;
    changeId: string;
    type: string;
    targetName: string;
    data: any;
}
