import { Config } from 'bili'; import { RollupBabelInputPluginOptions } from '@rollup/plugin-babel'; export type { RollupBabelInputPluginOptions }; export type { Options as BabelPluginTransformRuntimeOptions } from 'babel__plugin-transform-runtime'; export type { Options as BabelPresetEnvOptions } from 'babel__preset-env'; export declare type IExtendRollupConfig = NonNullable; export declare type IRollupConfig = ReturnType; export declare type IExternals = Config['externals'] & IRollupConfig['inputConfig']['external']; export declare type IRollupBabelHelpersOption = NonNullable; export declare type IRollupBabelPluginsArray = NonNullable; export interface IProcessEnvRunTimeOptions { /** * Inline dependencies/externals */ hasBiliBundleNodeModulesOption: boolean; /** * Whether or not we want more logging */ isDevModeVerbose: boolean; } export interface IBundlingOptions { /** * Whether or not we want to include core-js * as part of the build process */ withCore: boolean; } export declare type BiliInputConfigEntryObject = Record; //# sourceMappingURL=types.d.ts.map