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