import { BuildConfig } from 'lib/runtime/server'; import { Logger } from 'typescript-log'; /** * Opens the webpack-bundle-analyzer for the client production bundle */ declare const exploreBundle: (log: Logger, buildConfig: BuildConfig, ...args: string[]) => Promise; export default exploreBundle;