import { IDTOMapper } from './IDTOMapper'; export declare class DialogDTOMapper implements IDTOMapper { private readonly currentUserId; constructor(currentUserId: number); fromDTO(dto: TArg): Promise; toTDO(qbEntity: TArg): Promise; private static validateDTO; private static validateQBChatDialog; private static formatLastMessageText; } //# sourceMappingURL=DialogDTOMapper.d.ts.map