export declare class User { readonly id: string; readonly username: string; readonly password: string; readonly lineUserId: string; readonly isDisabled?: boolean; readonly isRoot?: boolean; readonly isModerator?: boolean; }