import * as Categories from './Categories.js'; import * as Category from './Category.js'; import * as Feed from './Feed.js'; import * as Post from './Post.js'; import * as Tag from './Tag.js'; export * as Comment from './Comment.js'; export * as Comments from './Comments.js'; export declare const Blog: { Categories: typeof Categories; Category: typeof Category; Feed: typeof Feed; Post: typeof Post; Tag: typeof Tag; };