import StatoscopeWebpackPlugin from '@statoscope/webpack-plugin'; type StatoscopePluginConstructor = typeof import('@statoscope/webpack-plugin').default; type StatoscopePluginImport = StatoscopePluginConstructor | { default: StatoscopePluginConstructor; }; export declare function resolveStatoscopePlugin(importedPlugin: StatoscopePluginImport): StatoscopePluginConstructor; export declare const StatoscopePlugin: typeof StatoscopeWebpackPlugin.default; export {};