import { RawSourceMap } from "source-map-js"; //#region src/convert-stack-with-sourcemap.d.ts declare const convertStackWithSourceMap: (rawStack: string | undefined, originalFilePath: string, sourceMapToOriginalFile: RawSourceMap | null) => string | undefined; //#endregion export { convertStackWithSourceMap as t }; //# sourceMappingURL=convert-stack-with-sourcemap-J838exnP.d.ts.map