import { type IPlugin } from '@unchainedshop/core';
export declare const PostPlugin: IPlugin;
export default PostPlugin;
export { Post } from './adapter.ts';
