import { IReplyObject } from './IReplyObject.js'; export declare class ReplyObject implements IReplyObject { id: string; title: string; description?: string; } //# sourceMappingURL=replyObject.d.ts.map