import { ScopedLogger } from './logger'; export declare function getRequestLogger(functionName: string, req: any): ScopedLogger;