import type { Options } from "../types"; declare const cleanUpStack: (stack: string, name: string, message: string, { cleanStackTraces }: Options) => string; export { cleanUpStack, }; //# sourceMappingURL=cleanUpStack.d.ts.map