import type { BBobCore, BBobCoreOptions, BBobCoreTagNodeTree, BBobPlugins, NodeContent } from "@bbob/types"; export declare function createTree(tree: NodeContent[], options: Options): BBobCoreTagNodeTree; export default function bbob(plugs?: BBobPlugins): BBobCore; //# sourceMappingURL=index.d.ts.map