export declare class Log {
    id: number;
    timestamp: Date;
    level: string;
    message: string;
    meta: string;
    type: string;
    typeId: string;
}
