export { markSensitive } from './lib/log';
export type * from './lib/types';

import log from './lib/log';
export {log};
export default log;
