import { MessageRequest, MessageResponse, MessagesResponse } from "../../common/types"; import { MessagingService } from "./messaging.service"; export declare class MessagingController { private readonly messaging; constructor(messaging: MessagingService); getAgentMessages(id: string): Promise; postAgentMessage(id: string, body: MessageRequest): Promise; } //# sourceMappingURL=messaging.controller.d.ts.map