export { getBetterErrorLight }; declare function getBetterErrorLight(err: Record, modifications: { stack?: string; }): Record;