/** Rethrow `e` when SQLLENS_DEBUG is set; otherwise return so the catch can degrade. */ export declare function debugRethrow(e: unknown): void;