/** * Demo application showing how to use the plugin system */ declare function runPluginDemo(): Promise; export { runPluginDemo }; //# sourceMappingURL=index.d.ts.map