export declare class BlogUserEntity { id: number; account: string; nickname: string; email: string; avatar: string; password: string; salt: string; forbiden: boolean; level: number; website: string; gmt_create: Date; gmt_modified: Date; }