import type { ParseBundle } from '@rsdoctor/graph'; /** * The following code is based on * https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/44bd8d0f9aa3b098e271af220096ea70cc44bc9e/src/parseUtils.js#L10 * * * MIT Licensed * Author th0r * Copyright JS Foundation and other contributors. * https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/44bd8d0f9aa3b098e271af220096ea70cc44bc9e/LICENSE */ export declare const parseBundle: ParseBundle;