/** * Simple logger wrapper that accepts different formats */ export declare const logger: { info: (message: string, context?: any) => void; error: (message: string, error?: any) => void; warn: (message: string, context?: any) => void; debug: (message: string, context?: any) => void; }; //# sourceMappingURL=simple-logger.d.ts.map