import { ITimplaTask } from '../internal';
/**
 * We have to isolate the bundleAnalyzer process in prod
 * As this blocks the webpack build process (no js files are being output when server / static modes are set)
 */
export declare const openAnalyzer: ITimplaTask;
