// This module is intentially not exported as part of the public API import * as log from './log'; export * from './debug-env'; export const internal = { ...log }; export default internal;