import { UserMessageService } from '../service/user_message.service'; export declare class UserMessageController { private readonly userMessageService; constructor(userMessageService: UserMessageService); markAsRead(id: number): Promise>; }