import { type Plugin } from "@elizaos/core";
import { McpService } from "./service";
declare const biostratumPlugin: Plugin;
export type { McpService };
export default biostratumPlugin;
