import { Plugin, SDK } from '@rsdoctor/types'; /** * Reverse decode the location (loc) information. * // TODO: * @link https://github.com/webpack/webpack/blob/main/lib/formatLocation.js#L30-L66 */ export declare function getPositionByStatsLocation(loc: string): SDK.SourceRange | undefined; export declare function isWebpack5orRspack(compilation: Plugin.BaseCompilation): Boolean;