/** * Move an unreadable JSON document aside so the original path can be * recreated, without deleting evidence the operator may still want. */ export declare const quarantineDamagedFile: (filePath: string) => string | undefined; //# sourceMappingURL=damaged-file.d.ts.map