interface ITextListModel { type: string; username?: string; text?: string; } export { ITextListModel }; //# sourceMappingURL=at-ui-model.d.ts.map