import { PresetProperty, Options } from 'storybook/internal/types'; import * as webpackDep from 'webpack'; import { Configuration } from 'webpack'; declare const swc: PresetProperty<'swc'>; declare function webpack(config: Configuration, options: Options): Promise; declare const webpackInstance: () => Promise; declare const webpackVersion: () => Promise; export { swc, webpack, webpackInstance, webpackVersion };