import { Plugin } from "./Plugin"; import { Module } from "./Module"; export declare const defaultPlugins: Plugin[]; export declare const DefaultModule: Module;