export { logProps, default as NLog } from './src/Log';
export type { LogInst, LogProps } from './src/Log';
export type * from './src/public-types';
