import { Logger } from 'winston'; export declare const getLogger: (scenario?: string) => Logger; export interface LoggingContext { scenario?: string; action?: string; }