declare function _exports(logger: any): (ctx: any, next: any) => any; declare namespace _exports { export function requestIdContext(opts: any): (ctx: any, next: any) => any; export function requestLogger(opts: any): (ctx: any, next: any) => any; export function timeContext(opts: any): (ctx: any, next: any) => any; export { bunyan }; } export = _exports;