import { StorybookConfig } from '../index.js';
import '@storybook/react';
import 'storybook/internal/types';
import '@storybook/builder-webpack5';
import '@storybook/preset-react-webpack';

declare function defineMain(config: StorybookConfig): StorybookConfig;

export { defineMain };
