export function cleanStacks({ stack, rawStack, debug }: {
    stack: any;
    rawStack: any;
    debug: any;
}): any;
