/** * remove the root file path from the snapshot * this way it can be compared on every machine and in CI * @param snapshot * @returns cleaned snapshot */ export default function cleanFilePathSnapshot(snapshot: any): any;