export default class Notification extends Model { constructor(data?: any, store?: any); } import Model from "../Model";